简要描述:
-按钮(已兑换)
请求域名:
- http://xx.com
请求URL:
plugin.new-blind-box.frontend.activity.exchange-order
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
order_id | int | 是 | 盲盒订单ID |
返回示例:
正确时返回:
{
result: 1,
msg: "",
data: {
data: [
{
member_id: 165120,
goods_id: 92719,
goods_option_id: null,
thumb: "https://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2021/12/e8ad20ec3ca2da7fe6d6fbb3c5504872.png",
goods_title: "爱心值队列--购物赠送统一比例",
goods_option_title: "",
level: {
id: 1,
uniacid: 1,
level_name: "初级商品",
level_img: "images/attachment/1/2022/09/黑米杂粮馒头.png",
probability: 80,
sort: 0,
exchange_type: 1,
exchange_num: 20,
created_at: "2022-11-01 15:13:18",
updated_at: "2022-11-01 15:13:18",
level_img_src: "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/attachment/1/2022/09/黑米杂粮馒头.png",
exchange_type_name: "积分abc",
pivot: {
goods_id: 92719,
level_id: 1
}
}
}
]
}
}
错误时返回:(#如返回未绑定手机号并带status,跳转到绑定手机号页面)
{
"result": 0,
"msg": "请登录",
"data": []
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
goods_id | int | 商品ID |
goods_title | string | 商品名称 |
goods_option_title | string | 商品规格名称 |
level | obj | 等级信息 |
level 返回参数说明:等级数据
参数名 | 类型 | 说明 |
---|---|---|
id | int | 等级id |
level_name | string | 等级名称 |
level_img_src | string | 等级图片 |
probability | string | 概率 |
备注:
- 更多返回错误代码请看首页的错误代码描述