文档
测试

我的碎片二级界面信息

POST
/patchExp/v3/getPatchInfo

接口描述

我的碎片详情页面

请求头

参数名
类型
描述
必填
ACCESSTOKEN
string
设备(用户)唯一标识id
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果码 1000-成功 非1000-未成功
必填
data
array
返回结果对象
必填
count
string
进度 eg:78/100
必填
desc
string
描述信息
必填
img
string
图片
必填
imgDetail
string
图片详情
必填
patchCode
string
碎片code代码
必填
process
string
进度百分比
必填
status
int
状态 0-未完成 1-完成未兑换 2-兑换中
必填
message
string
返回结果信息
必填

说明 / 示例

{ "code": 1000, "data": [ { "count": "0/100", "desc": "京东金元宝 中国黄金30g", "img": "https://oos.365tianqiwang.com/active_icon/gold_bar.png", "imgDetail": "https://oos.365tianqiwang.com/active_icon/gold_bar_detail.png", "patchCode": "gold_bar", "process": "0%", "status": 0 }, { "count": "0/200", "desc": "福字金条 中国黄金2g", "img": "https://oos.365tianqiwang.com/active_icon/gold_ingot.png", "imgDetail": "https://oos.365tianqiwang.com/active_icon/gold_ingot_detail.png", "patchCode": "gold_ingot", "process": "0%", "status": 0 }, { "count": "0/100", "desc": "熊猫银纪念币30g", "img": "https://oos.365tianqiwang.com/active_icon/silver_bar.png", "imgDetail": "https://oos.365tianqiwang.com/active_icon/silver_detail.jpg", "patchCode": "silver_coin", "process": "0%", "status": 0 } ], "message": "查询碎片信息成功" }