Authorization: Bearer ********************curl --location --request GET 'localhost:8080/market/restock/list?pageSize&pageNum&name' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"total": 1,
"rows": [
{
"id": "1854161973685088258",
"goodsId": "1854104029161377793",
"amount": 10,
"originAmount": 0,
"endAmount": 10,
"name": "e",
"imageUrl": "https://nenuist.top/2024/11/06/a062ca70ecff45a8bfa5b077512510e7.png"
}
],
"code": 200,
"msg": "查询成功"
}