Skip to content

Commit

Permalink
统一回调接口参数格式
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshouhao committed Jan 25, 2018
1 parent 9e48498 commit 6dc6185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2.1/07_app_sts_call_back.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
## 请求参数
| 名称 | 类型 | 是否必须 | 最大长度 | 描述 | 示例值 |
| --- | --- | --- | --- | --- | --- |
| app_id | String || 50 | 申请ID([融资申请创建API](05_app_create.md)返回的结果) | 0092728480d24f5d87bf63639b5cfe1c |
| mt_app_sts_cd | String ||20 | 申请状态代码,详细规则见:[申请状态](#申请状态) | APPROVED |
| appId | String || 50 | 申请ID([融资申请创建API](05_app_create.md)返回的结果) | 0092728480d24f5d87bf63639b5cfe1c |
| mtAppStsCd | String ||20 | 申请状态代码,详细规则见:[申请状态](#申请状态) | APPROVED |
| remark | String || 200 | 备注:当申请被退回或被取消时,返回退回或取消原因 | 风控审核未通过 |
| finalLimit | Number || 30 (26,4) |资金方批准的额度:当申请状态为已批准时不为空 | 30000 |
| finalRate | Number || 9 (5,4) |资金方批准的年利率:当申请状态为已批准时不为空 | 5.2 |
Expand Down Expand Up @@ -38,8 +38,8 @@
### 请求示例
```javascript
{
"app_id":"0092728480d24f5d87bf63639b5cfe1c",
"mt_app_sts_cd":"APPROVED"
"appId":"0092728480d24f5d87bf63639b5cfe1c",
"mtAppStsCd":"APPROVED"
}
```
## FAQ
Expand Down

0 comments on commit 6dc6185

Please sign in to comment.