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
adb722c5
Commit
adb722c5
authored
Jul 05, 2016
by
RobertDing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX - partner: xiaoying
parent
ddb91c2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
api.md
api.md
+15
-3
No files found.
api.md
View file @
adb722c5
...
...
@@ -26,13 +26,15 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
}
```
#### 返回值
```
javascript
{
"ICBC"
:
{
ICBC
:
{
id
:
1
,
code
:
"ICBC"
,
name
:
"中国工商银行"
,
...
...
@@ -56,6 +58,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
}
```
...
...
@@ -81,8 +84,9 @@
#### 请求参数
```
javascript
{
'order_id'
:
11243
,
// 美购id
'amount'
:
110000
,
// 借款金额 单位 分
partner
:
'xiaoying'
,
order_id
:
11243
,
// 订单id
amount
:
110000
,
// 借款金额 单位 分
}
```
...
...
@@ -112,6 +116,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
1231112
,
name
:
"***"
,
// 姓名
id_card
:
"****...."
,
// 身份证号
...
...
@@ -136,6 +141,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
1234411
,
name
:
"***"
,
gender
:
"男"
,
// 男, 女
...
...
@@ -181,6 +187,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
123112
,
name
:
"***"
,
// 持卡人
bank_code
:
"ICBC"
,
...
...
@@ -206,6 +213,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
123112
,
name
:
"***"
,
// 持卡人
bank_code
:
"ICBC"
,
...
...
@@ -233,6 +241,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
23344455
,
// 订单id
periods
:
6
,
// 期数
}
...
...
@@ -255,6 +264,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
123441123
,
}
```
...
...
@@ -287,6 +297,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
123331
,
id_card_front
:
'http://gmei......'
,
// 身份证正面
id_card_back
:
'http://gmei......'
,
// 身份证背面
...
...
@@ -310,6 +321,7 @@
#### 请求参数
```
javascript
{
partner
:
'xiaoying'
,
order_id
:
12332211
,
}
```
...
...
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