curl --location --request GET '/adminapi/workbench/goodsLists?page_no' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "大白菜",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"num": "1",
"amount": "10.00"
}
],
"count": 1,
"page_no": 1,
"page_size": 10
}
}