Commit be6ae9ea by 刘旋尧

银行接口

parent 4629d378
{
"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=="
}
}
}
...@@ -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"
}
]
}
```
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