商品列表
开发中GET
/user/relation/product/lst{
"status": 200,
"message": "success",
"data": {
"count": 1,
"list": [
{
"uid": 7211,
"type_id": 152,
"type": 1,
"create_time": "2020-05-30 11:12:40",
"product": { // type 类型不同 返回不同
"product_id": 152,
"image": "1sdfsdff",
"store_name": "商品名称",
"price": "99.00",
"is_show": 1,
"status": 1
}
}
]
}
}
请求参数
Header 参数
x-token
string
可选
示例值:
{{x-token}}
示例代码
返回响应
successful operation(200)
successful operation
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 年前