文档
测试

逛一逛-领取宝箱

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

接口描述

领取宝箱,除了登陆之外什么参数都不需要.直接调取就行了

请求参数

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

响应参数

参数名
类型
描述
必填
code
number
示例:400
必填
msg
string
示例:失败
必填
datas
object
数据字典
必填
error
boolean
示例:false
必填

说明 / 示例

{ "code": 200, "msg": "成功", "datas": true } { "code": 400, "msg": "失败", "datas": { "error":false } }