Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
api_doc
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘旋尧
api_doc
Commits
be6ae9ea
Commit
be6ae9ea
authored
Jul 12, 2018
by
刘旋尧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
银行接口
parent
4629d378
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
0 deletions
+47
-0
temp.sql
.vscode/temp.sql
+0
-0
package-lock.json
package-lock.json
+19
-0
README.md
withdraw/README.md
+28
-0
No files found.
.vscode/temp.sql
0 → 100644
View file @
be6ae9ea
package-lock.json
0 → 100644
View file @
be6ae9ea
{
"requires"
:
true
,
"lockfileVersion"
:
1
,
"dependencies"
:
{
"node"
:
{
"version"
:
"10.6.0"
,
"resolved"
:
"https://registry.npmjs.org/node/-/node-10.6.0.tgz"
,
"integrity"
:
"sha512-soFUHjKPc5BMYt+xmg8sbNyR1Uhv000n4CV/aag+VUX3R1I7rXia95MCVGDqga07+q0bNtBhMKY4WU531Xwa5A=="
,
"requires"
:
{
"node-bin-setup"
:
"1.0.6"
}
},
"node-bin-setup"
:
{
"version"
:
"1.0.6"
,
"resolved"
:
"https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.0.6.tgz"
,
"integrity"
:
"sha512-uPIxXNis1CRbv1DwqAxkgBk5NFV3s7cMN/Gf556jSw6jBvV7ca4F9lRL/8cALcZecRibeqU+5dFYqFFmzv5a0Q=="
}
}
}
withdraw/README.md
View file @
be6ae9ea
...
@@ -182,3 +182,31 @@
...
@@ -182,3 +182,31 @@
}
}
```
```
#### 8.支持的银行卡列表
接口:/withdraw-account/banks
接口说明:支持的银行卡列表
参数:
| 名称 | 类型 | 必须 | 说明|
| ------------ | ------------ | ------------ | ------------ |
| uid | int| 是|用户id |
| accessToken| string | 是 | 用户登录token|
返回值
```
json
{
"code"
:
0
,
"msg"
:
"success"
,
"data"
:[
{
"id"
:
1
,
"bankName"
:
"建设银行"
,
"bankIcon"
:
"http://www.yidianling.com/adfasdf.jpg"
}
]
}
```
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