Commit ddb91c2c authored by RobertDing's avatar RobertDing

FIX - api 改动

parent d832cb55
......@@ -81,7 +81,7 @@
#### 请求参数
``` javascript
{
'service_id': 11243, // 美购id
'order_id': 11243, // 美购id
'amount': 110000, // 借款金额 单位 分
}
```
......@@ -90,10 +90,12 @@
```javascript
{
6: {
periods: 6,
total: 211530, // 应还总额
period_pay: 35255, // 每期应还
},
12: {
periods: 12,
total: 221748, // 应还总额
period_pay: 18479, // 每期应还
}
......@@ -110,6 +112,7 @@
#### 请求参数
``` javascript
{
order_id: 1231112,
name: "***", // 姓名
id_card: "****....", // 身份证号
phone: "18899990000",
......@@ -133,6 +136,7 @@
#### 请求参数
``` javascript
{
order_id: 1234411,
name: "***",
gender: "男", // 男, 女
age: 23,
......@@ -141,12 +145,20 @@
city: "安庆市",
district: "我也不知道哪个区, 随便填",
address: "....",
immediate_family_name: '***',
immediate_family_relation: "父子"
immediate_family_phone: '19888394455',
contact_name: '***',
contect_relation: "朋友"
contact_phone: '19888394455',
contacts: [
{
contact_type: 'immediate',
name: "***",
relation: "父子",
phone: "1223333222"
},
{
contact_type: 'contact',
name: "***",
relation: "朋友",
phone: "1223333222"
},
]
id_card_front: 'http://gmei......', // 身份证正面
id_card_back: 'http://gmei......', // 身份证背面
id_card_hold: 'http://gmei......', // 身份证手持照
......@@ -169,6 +181,7 @@
#### 请求参数
``` javascript
{
order_id: 123112,
name: "***", // 持卡人
bank_code: "ICBC",
bank_district: "北京朝阳",
......@@ -193,6 +206,12 @@
#### 请求参数
``` javascript
{
order_id: 123112,
name: "***", // 持卡人
bank_code: "ICBC",
bank_district: "北京朝阳",
card: '62193....', // 银联储蓄卡号
phone: "18823334455", // 银行预留手机号
sms_code: '123123', // 手机收到的验证码
}
```
......
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