获取指定在售商品信息获取curl --location --request POST 'http://127.0.0.1:2000/openapi/goods/list' \
--header 'appID: 1' \
--header 'apiVersion: 2.0.0' \
--header 'traceID: 5831f960804c9217ec01e425b8cc76f5' \
--header 'timestamp: 1703592981' \
--header 'sign: 65987d12ae39b2c449b495c77c83c8ef'{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"operatorType": 0,
"name": "string",
"code": "string",
"des": "string",
"star": 0,
"price": 0,
"smsCode": 0,
"selectNumber": 0,
"numberRegion": "string",
"uploadPhoto": "string",
"settleMode": "string",
"orderTemplate": 0,
"tips": "string",
"details": [
"string"
],
"sales": 0,
"callDuration": 0,
"commonFlow": 0,
"fixedFlow": 0,
"monthFee": 0,
"favourMonthFee": 0,
"favourTerm": 0,
"tags": [
0
],
"tagsSelect": [
{
"key": 0,
"label": "string",
"value": 0,
"valueType": "string",
"type": "string",
"listClass": "string"
}
]
}
],
"timestamp": 0,
"traceID": "string"
}