请求URL:
- 正式:
https://privateapi.guangdianyun.tv/v1/mtsw/Goods/getCaseGoodsList - 预发:
- 测试:
请求方式:
GET
请求参数:
| 参数 | 类型 | 说明 | 默认值 | 必填 |
|---|---|---|---|---|
| uin | int | 客户Uin | 是 | |
| caseId | int | 橱窗id | 是 | |
| page | int | 页码 | 是 | |
| num | int | 每页数量 | 是 |
返回示例:
{
"code":200,
"errorCode":0,
"errorMessage":"",
"data":{
"list":[
{
"id":19762, //商品id
"uin":3622,
"aid":0,
"name":"wwwww", //商品名称
"desc":null, //描述
"price":"1.00", //价格
"shop_price":"11.00", //划线价格
"sum":0, //总数
"source":2, //商品来源 1链接2口令
"sourceContent":"wwwwwwww", //来源内容
"context":null,
"limitNum":0, //限购数
"orderNum":null, //排序
"type":2, //1基础类型,2外链
"freight":"0.00", //运费
"freightTemplateId":1, //运费模板
"freightType":1, //1直付2模板3包邮
"pickUpAddress":"", //自提地址
"pickUpDeadline":7, //自提期限
"contactNumber":"", //联系电话
"qrCode":"", //客服二维码
"status":1, //1->正常上架
"createTime":1658826685,
"updateTime":1658827151,
"deleteTime":null,
"categoryId":0, //分类id
"launchTime":0, //上架时间
"saleStatus":1, //1开售 0待售
"saleSwitch":0, //是否开启定时开售,1是,0否
"saleTime":0, //定时开售开始时间
"spec":[ //商品规格
{
"id":603,
"goodsId":562,
"name":"www",
"deleteTime":null,
"spec_value":[
{
"id":1646,
"goodsId":562,
"specId":603,
"name":"wwww",
"deleteTime":null
}
]
}
],
"real_img":[
"https:\/\/static-pro.guangdianyun.tv\/3622\/program\/20220726\/bajXKhCTBaN2fbPwND6ZWPcKAQf5KaYb9884.jpeg"
], //商品图片地址
"label":[
{
"goodsId": 553,
"alias": "limit",
"name": "限量购买"
}
],
"bindId":8414,
"isExplaining":0, //是否讲解中,1是,0否
"isTop":0, //1->推荐商品
"sort":0,
"liveInfo":{ //直播间信息
"id": 1000178,
"uin": 1000,
"living": 2,
"watchNum": 581,
"previewUrl": "/1000178?uin=1000"
}
}
],
"count":2
}
}最后编辑: 广电云技术部 文档更新时间: 2026-05-15 10:19 作者:广电云技术部