企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
>获取领宝箱和领金币的时间 ~~~[api] get:/index.php/gamecow/Apigame/member_get_receive <<< success { "err": 0, "point": { "money": 0, "point": 1305 }, "data": { "coins_time": 201, "chest_time": 0 } } <<< error { "err": 1, "code": 1000, "content": "错误信息" } ~~~ | 字段 | 详情 | | --- | --- | | point| 积分信息| | |----money| 现金数量 | | |----point| 金币数量 | | data | 物品栏信息| | |----coins_time| 领取金币的时间 0:可以领取,-1:不能领取(无领取按钮),大于0:倒计时 | | |----chest_time| 开宝箱时间,0:可以领取,-1:不能领取(无领取按钮),大于0:倒计时 | >领取金币或者开宝箱 ~~~[api] get:/index.php/gamecow/Apigame/member_receive string:type=coins#类型 coins:领取金币,chest:开宝箱 <<< success { "err": 0, "receive": 100, "point": { "money": 0, "point": 1305 }, "data": { "coins_time": 201, "chest_time": 0 } } <<< error { "err": 1, "code": 1000, "content": "错误信息" } ~~~ | 字段 | 详情 | | --- | --- | | receive| 领取金币或者开宝箱产生的金币| | point| 积分信息| | |----money| 现金数量 | | |----point| 金币数量 | | data | 物品栏信息| | |----coins_time| 领取金币的时间 0:可以领取,-1:不能领取(无领取按钮),大于0:倒计时 | | |----chest_time| 开宝箱时间,0:可以领取,-1:不能领取(无领取按钮),大于0:倒计时 |