Skip to content

Commit

Permalink
整理格式
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyGe committed Jan 17, 2018
1 parent 2a50bc3 commit 5278e30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 2.1/03_cs_pre_app_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ loan\_app:cs_pre_app:create
| lmtAppr | Number || 30 (26,4)| 申请额度 | |
| tenureAppr | Number || 6 | 业务期限 | |
| mtTimeCd | String || 1| 业务期限类型(D-天、M-月、Y-年) | |
| intRate | Number || 9 (5,4)| 年化利率 | |
| intRate | Number || 9 (5,4)| 年化利率 ||

## 响应参数
| 名称 | 类型 | 描述 |示例值 |
Expand Down
2 changes: 1 addition & 1 deletion 2.1/05_app_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ loan\_app:app:create
| contacts | JSON(List) || 联系人信息(企业专用),见[联系人信息](#联系人信息) |
| fac | JSON || 资金需求信息 (企业、个人共用), 见[资金需求信息](#资金需求信息) |
| col | JSON(List) || 担保信息 (企业、个人共用), 见[担保信息](#担保信息) |
| callbackURL | String || 授信状态变更后通知回调URL(http://api.xxxx.com/ljt/callback),见[授信状态变更通知回调](#授信状态变更通知回调)|
| callbackURL | String || 授信状态变更后通知回调URL( 如:http://api.xxxx.com/ljt/callback ),见[授信状态变更通知回调](#授信状态变更通知回调) |

### 企业借款人信息
| 名称 | 类型 | 是否必须 | 最大长度 | 描述 | 示例值 |
Expand Down
4 changes: 2 additions & 2 deletions 2.1/07_app_sts_call_back.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
| 名称 | 类型 | 是否必须 | 最大长度 | 描述 | 示例值 |
| --- | --- | --- | --- | --- | --- |
| app_id | String || 50 | 申请ID([融资申请创建API](05_app_create.md)返回的结果) | 0092728480d24f5d87bf63639b5cfe1c |
| mt_app_sts_cd | String | 20 |申请状态代码,详细规则见:[申请状态](#申请状态) | APPROVED |
| remark | String | 200| 备注:当申请被退回或被取消时,返回退回或取消原因 | 风控审核未通过 |
| mt_app_sts_cd | String | 20 | 申请状态代码,详细规则见:[申请状态](#申请状态) | APPROVED |
| remark | String | 200 | 备注:当申请被退回或被取消时,返回退回或取消原因 | 风控审核未通过 |
| finalLimit | Number || 30 (26,4) |资金方批准的额度:当申请状态为已批准时不为空 | 30000 |
| finalRate | Number || 9 (5,4) |资金方批准的年利率:当申请状态为已批准时不为空 | 5.2 |
| finalIntRateInSuspense | Number || 9 (5,4) | 资金方批准的罚息利率:当申请状态为已批准时不为空 | 8.1 |
Expand Down

0 comments on commit 5278e30

Please sign in to comment.