简要描述:
- 早起打卡-我的战绩统计
请求域名:
- http://test.yunzshop.com
请求URL:
GET: plugin.clock-in.api.clock-in-member.statistic
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
i | 是 | int | 店铺ID |
返回示例:
正确时返回:
{
result: 1,
msg: "成功",
data: {
pay_amount: "40.00",
reward_amount: "110.00",
colck_num: 3
}
}
错误时返回:
{
result: 0,
msg: "您还没有支付或已经打卡!",
data: [ ]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
pay_amount | string | 累计支付 |
reward_amount | string | 累计收入 |
colck_num | int | 成功打卡 |
备注:
- 更多返回错误代码请看首页的错误代码描述