curl --location --request GET 'http://dev-cn.your-api-server.com/api/goods/list?appId&nonce&sign×tamp'
{
"list": [
{
"attention": "string",
"banners": [
"string"
],
"goodsDesc": "string",
"goodsIcon": "string",
"goodsId": "string",
"goodsName": "string",
"goodsNo": "string",
"headImg": "string",
"htmlUrl": "string",
"items": [
{
"itemId": "string",
"itemName": "string",
"itemPic": "string",
"originPrice": 0,
"salePrice": 0,
"settlePrice": 0
}
],
"originPrice": 0,
"salePrice": 0,
"services": [
{
"description": "string",
"icon": "string",
"name": "string"
}
],
"settlePrice": 0,
"showBookingTime": true,
"showPickAddress": true,
"showReceiveAddress": true,
"subCategory": {
"children": [
{}
],
"code": "string",
"icon": "string",
"name": "string",
"photoList": [
"string"
]
}
}
],
"total": 0
}