获取指定在售商品信息
获取curl --location --request POST 'http://127.0.0.1:2000/openapi/goods/list' \
--header 'appID;' \
--header 'apiVersion;' \
--header 'traceID;' \
--header 'timestamp;' \
--header 'sign;'
{
"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"
}