商品价格说明
GET
/store/product//price_rule/{cate_id}请求参数
Path 参数
cate_id
string
平台商品分类
示例代码
返回响应
successful operation(200)
successful operation
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
number
可选
message
string
可选
data
object
可选
count
number
可选
list
array [object {8}]
可选
示例
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"product_id": 0,
"cate_id": 0,
"image": "string",
"store_name": "string",
"sort": 0,
"sales": 0,
"price": "string",
"create_time": "string"
}
]
}
}
最后修改时间: 2 年前