Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
yingtz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楼超奇
yingtz
Commits
3dae8499
Commit
3dae8499
authored
Jul 07, 2016
by
RobertDing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX - 借款单
parent
0607de5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
api.md
api.md
+4
-1
No files found.
api.md
View file @
3dae8499
...
...
@@ -257,7 +257,7 @@
```
javascript
{
loan_id
:
1234455
,
// 借款协议号
installment_id
:
45
,
installment_id
:
45
,
// 借款单ID
}
```
...
...
@@ -359,8 +359,11 @@
```
javascript
{
register
:
true
,
// 已经注册过
borrower_id
:
223
,
// 如果用户已经注册过
user_info
:
true
,
// 已填写个人信息
bind_bank
:
true
,
// 已绑定银行卡
bind_id
:
44
,
installment_id
:
34
,
// 如果已借款则有借款单
...
// 其他信息暂无, 可提供借款人相关其他信息
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment