curl --location --request GET '/ams-agency/goods/list?agencyId' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"brandId": "string",
"brandName": "string",
"buyNum": 0,
"categoryId3": "string",
"categoryName3": "string",
"createTime": "2019-08-24T14:15:22Z",
"flowAmount": "string",
"giveawayAmount": "string",
"goodId": 0,
"goodImgUrl": "string",
"isConfirm": 0,
"isSend": 0,
"orderNo": 0,
"shopId": "string",
"shopName": "string",
"skuName": "string",
"spuName": "string",
"status": 0,
"uid": 0
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}