Authorization: Bearer ********************curl --location --request GET 'localhost:8080/market/restock/' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "操作成功",
"data": [
{
"id": "1852381188825137154",
"goodsId": "1852331050903633921",
"amount": 10,
"originAmount": 0,
"endAmount": 10,
"name": "牙刷"
}
]
}