文档
测试

逛一逛-查看宝箱

POST
https://www.mvip100.com/mobile/index.php?act=other_box&op=my_claim

请求参数

参数名
类型
描述
必填
act
string
示例:other_box
必填
op
string
示例:my_claim
必填
key
string
示例:ce4adb53423593e7c071475cd30262e6
必填

响应参数

参数名
类型
描述
必填
code
number
示例:200
必填
msg
string
示例:成功
必填
datas
object
数据字典
必填
current
number
示例:0
必填
available
number
示例:2
必填
points
string
示例:20
必填

说明 / 示例

{ "code": 200, "msg": "成功", "datas": { "current": 0,//已经领取宝箱的次数 "available": 2,//宝箱一共可以领取几次 "points": "20"//领取后可以获得的积分 } }