Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
project-credit
Wiki
api
api
· Changes
Page history
chenchang created page: sql
authored
Sep 06, 2016
by
陈昌
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
api.md
api.md
+29
-0
No files found.
api.md
View page @
244f21f2
...
@@ -174,3 +174,32 @@ data:{ name:"", idCard:"", status:"", address:"", photo:"",}
...
@@ -174,3 +174,32 @@ data:{ name:"", idCard:"", status:"", address:"", photo:"",}
*
code:0 代表成功
*
code:0 代表成功
*
code:302 错误,请稍后尝试
*
code:302 错误,请稍后尝试
#### 查询记录
地址:/user/recorddetail
参数列表:
*
ic_card: String 个人身份证号
*
is_search : String 定值 1
返回值说明:
返回带有五个参数的josn字符串
如:{"loanclass_count":2,"overdueclass_count":1,"blacklist_count":1,"phoneinfo_count":1,"logstatistics_count":0}
*
loanclass_count:共债信息数量
*
overdueclass_count:逾期信息数量
*
loanclass_count:黑名单信息数量
*
overdueclass_count:染黑度信息数量
*
loanclass_count:其他机构信息数量