... | ... | @@ -229,3 +229,22 @@ |
|
|
{"code":"301","message":"\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e"}
|
|
|
* code:302 邮箱不存在
|
|
|
{"code":"302","message":"\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e"}
|
|
|
|
|
|
|
|
|
#### 查询新增失信数量
|
|
|
|
|
|
地址:/
|
|
|
|
|
|
参数列表:
|
|
|
|
|
|
* action: String 定值 get_new_lost_warning_num
|
|
|
|
|
|
返回值说明:
|
|
|
|
|
|
返回带有三个参数的josn字符串
|
|
|
|
|
|
如:{"code":"1","message":"申请成功", "data":"5"}
|
|
|
|
|
|
* code:1 代表申请成功
|
|
|
* code:0 代表申请失败,失败原因在message
|
|
|
* data 为查询出得新增失信数量 |