Commit c88bf9b7 by 刘旋尧

文档修改

parent aeb6d8fd
......@@ -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":[]
}
```
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