Commit 3dae8499 authored by RobertDing's avatar RobertDing

FIX - 借款单

parent 0607de5d
......@@ -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, // 如果已借款则有借款单
... // 其他信息暂无, 可提供借款人相关其他信息
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment