未拨打+未推送数据统计
请求方式:POST
请求地址:/api.php?r=authorization-check/phone-count
请求参数:form-data
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| token | string | 是 | 认证码 |
返回值:
{
"statusCode": 1,
"message": "Success",
"info": {
"439": {
"no_call": "0",
"suc_no_push": "0"
},
"473": {
"no_call": "0",
"suc_no_push": "0"
},
"not_call": 0,
"call_suc_not_push": 0
}
}
| 参数 | 类型 | 说明 |
|---|---|---|
| statusCode | int | 状态码,1为正常,0代表错误 |
| message | string | 错误信息,成功时为 Success ,错误时会以中文方式显示错误原因 |
| info | array | 统计数组 |