获取活动下商品列表
开发中
GET
https://saas-open.vhall.com/v3/interacts/goods/get-webinar-goods-list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/interacts/goods/get-webinar-goods-list?webinar_id' \
--header 'token;' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"goods_list": [
{
"goods_id": 0,
"order_num": 0,
"name": "string",
"description": "string",
"price": 0,
"discount_price": 0,
"goods_url": "string",
"is_url_to_taobao": 0,
"tao_password": "string",
"shop_url": "string",
"status": "string",
"img_list": [
{
"img_url": "string",
"is_cover": 0,
"img_id": 0
}
]
}
],
"pos": 0,
"limit": 0,
"total": "string"
}
}
请求参数
Query 参数
webinar_id
string
活动ID
keyword
string
关键字,默认留空
pos
string
其实位置
limit
string
偏移量
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
platform
integer
可选
默认值:
15
返回响应
修改于 2025-05-28 05:26:48