Commit d2f99b19 by 刘旋尧

备注

parent bbe0505d
......@@ -233,7 +233,7 @@
接口:/withdraw-account/delete
接口说明:设置为默认提现账号
接口说明:删除提现账号
参数:
......@@ -252,3 +252,26 @@
}
```
#### 10.备注
接口:/withdraw-account/delete
接口说明:备注
参数:
| 名称 | 类型 | 必须 | 说明|
| ------------ | ------------ | ------------ | ------------ |
| uid | int| 是|用户id |
| accessToken| string | 是 | 用户登录token|
|type|int|是|1支付宝2微信3银行卡|
返回值
```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