商品列表
开发中
GET
https://saas-open.vhall.com/v3/goods/good/get-list
商品管理
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://saas-open.vhall.com/v3/goods/good/get-list?has_third_goods_id=0&app_key=75844ad7a2a5f2b421c04a125b197996&sign={{sign}}&signed_at={% mock 'timestamp' , 's' %}&sign_type=0&pos=0&limit=1' \
--header 'platform: 15'
响应示例响应示例
{
"code": 200,
"msg": "success",
"data": {
"total": 2,
"list": [
{
"buy_type": 2,
"price": 100.00,
"discount_price": 10.00,
"cover_img": "https://t-alistatic01.e.vhall.com/upload/webinars/spread-imgs/c7/dd/c7ddf25d63977e19f8cabeaa87eaf2901995.png?have-wap-image=750&mode=2",
"created_at": "2024-11-16 01:34",
"updated_at": "2024-11-16 01:34",
"operator": "星空的投影",
"operator_role": "主持人",
"ext_data": "",
"mini_program_config": null,
"goods_id": 7732,
"third_goods_id": "",
"name": "萨达撒"
}
]
},
"trace_id": "bcf1678c-901a-414f-af40-9540912fb4e0"
}
请求参数
Query 参数
keyword
string
关键词
start_at
string
开始时间
end_at
string
结束时间
buy_type
string
可选
third_goods_id
string
三方商品ID
has_third_goods_id
string
可选
示例值:
0
app_key
string
必需
示例值:
{{app_key}}
sign
string
必需
示例值:
{{sign}}
signed_at
string
必需
示例值:
{{signed_at}}
sign_type
string
必需
示例值:
{{sign_type}}
pos
string
条目
示例值:
0
limit
string
条数
示例值:
1
Header 参数
platform
integer
可选
默认值:
15
返回响应
修改于 2025-06-20 03:08:55