商品列表
POST
/home/goods/getGoodsList
最后修改时间:2024-11-20 05:52:12
请求参数
Header 参数
token
string
必需
Body 参数multipart/form-data
page
integer
示例:1
page_num
integer
示例:20
goodsId
string
示例:
goodsName
string
示例:
is_onsale
string
示例:Y
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:成功
cont
object
数据字典
good_list
array [object {16}]
数据列表
total
integer
示例:1731
示例
{
"code": 0,
"message": "string",
"cont": {
"good_list": [
{
"uid": "string",
"plat": "string",
"goods_id": 0,
"goods_name": "string",
"market_price": 0,
"image_url": "string",
"thumb_url": "string",
"is_more_sku": 0,
"goods_quantity": 0,
"is_onsale": 0,
"addtime": 0,
"weight": 0,
"costPrice": 0,
"bzprice": 0,
"is_zb": 0,
"relation": 0
}
],
"total": 0
}
}
修改于 2024-11-20 05:52:12