商品详情
开发中
GET
https://saas-open.vhall.com/v3/goods/good/get-info
商品管理
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://saas-open.vhall.com/v3/goods/good/get-info?goods_id&app_key=75844ad7a2a5f2b421c04a125b197996&signed_at={% mock 'timestamp' , 's' %}&sign_type=0&sign={{sign}}' \
--header 'platform: 15'
响应示例响应示例
{
"code": 200,
"msg": "success",
"data": {
"buy_type": 0,
"price": 0,
"discount_price": 0,
"third_goods_id": "string",
"description": "string",
"url": "string",
"shop_show": 0,
"shop_url": "string",
"images": [
{
"img_id": 0,
"img_url": "string",
"is_cover": 0
}
],
"tao_password": "string",
"scheme_template": "string",
"qr_code_url": "string",
"goods_id": 0,
"name": "string",
"ext_data": "string"
},
"trace_id": "string"
}
请求参数
Query 参数
goods_id
string
必需
app_key
string
必需
示例值:
{{app_key}}
signed_at
string
必需
示例值:
{{signed_at}}
sign_type
string
必需
示例值:
{{sign_type}}
sign
string
必需
示例值:
{{sign}}
Header 参数
platform
integer
可选
默认值:
15
返回响应
修改于 2025-05-28 05:26:38