简要描述:
- 签到规则接口
请求域名:
- http://xx.com
请求URL:
GET/签到规则:route=plugin.sign.Frontend.Modules.Sign.Controllers.sign-log.index
【测试,注意更换 i 值】/addons/yun_shop/api.php?i=20&type=5&route=plugin.sign.Frontend.Modules.Sign.Controllers.sign-log.index&test_uid=2950
返回示例:
正确时返回:
{
"result ": 1,
"msg": "ok",
"data": {
"sign_status ": true,
"sign_total ": 10天,
"continue_days ": 10天,
"cumulative ": 5天/暂无,
"sign_log ": [1,2,3],
}
}
错误时返回:
{
"result": 0,
"msg": "获取失败"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
sign_status | bool | 签到状态 |
sign_total | varchar | 累计签到天数 |
continue_days | bool | 连续签到天数 |
cumulative | varchar | 累计奖励 |
sign_log | array | 签到天数(日) |
备注:
- 更多返回错误代码请看首页的错误代码描述