Authorization: Bearer ********************curl --location --request GET 'localhost:8080/market/goods/list?name&price¤cyType&type&status&barcode&intro&limitNum&limitType&quantifier&imageUrl&pageSize&pageNum&orderByColumn&isAsc' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"name": "",
"price": 0,
"currencyType": "",
"type": "",
"status": "",
"campus": "",
"barcode": "",
"intro": "",
"limitNum": 0,
"limitType": "",
"quantifier": "",
"imageUrl": "",
"imageUrlUrl": ""
}
],
"code": 0,
"msg": ""
}