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
c88bf9b7
Commit
c88bf9b7
authored
Jul 17, 2018
by
刘旋尧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档修改
parent
aeb6d8fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
+27
-1
README.md
withdraw/README.md
+27
-1
No files found.
withdraw/README.md
View file @
c88bf9b7
...
...
@@ -21,6 +21,7 @@
"data"
:[
{
"id"
:
1
,
"is_default"
:
1
,
//是否默认
1
默认
2
非默认
"account_name"
:
"支付宝"
,
"account"
:
"sdfas***@163.com"
,
"icon"
:
"http://www.yidainling.com/asdfadsf.jpg"
,
...
...
@@ -104,6 +105,7 @@
"msg"
:
"success"
,
"data"
:{
"id"
:
1
,
"is_default"
:
1
,
//是否默认
1
默认
2
非默认
"account_name"
:
"支付宝"
,
"account"
:
"sdfas***@163.com"
,
"icon"
:
"http://www.yidainling.com/asdfadsf.jpg"
,
...
...
@@ -115,7 +117,7 @@
#### 5.设置为默认提现账号
接口:/withdraw-account/default
接口:/withdraw-account/
set-
default
接口说明:设置为默认提现账号
...
...
@@ -172,6 +174,7 @@
|id|int|是|要设置为默认提现账户的id|
|money|int|是|提现金额|
|vcode|string|是|收到的验证码|
|withdrawType|int|是|5、用户自主提现6、专家自主提现|
返回值
```
json
...
...
@@ -210,3 +213,26 @@
}
```
#### 9.删除提现账号
接口:/withdraw-account/delete
接口说明:设置为默认提现账号
参数:
| 名称 | 类型 | 必须 | 说明|
| ------------ | ------------ | ------------ | ------------ |
| uid | int| 是|用户id |
| accessToken| string | 是 | 用户登录token|
|id|int|是|要设置为默认提现账户的id|
返回值
```
json
{
"code"
:
0
,
"msg"
:
"success"
,
"data"
:[]
}
```
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