文档
测试

申请提现

POST
http://localhost:8080/app/withdraw

接口描述

首页的充值提现进入 withdraw_type传1 充值提现页面下面的团购佣金提现 withdraw_type传2 充值提现页面下面的返利佣金提现 withdraw_type传3

请求参数

参数名
类型
描述
必填
user_id
string
当前登录用户id 示例:4c3dcd469f894c5689b1c96e74716cda
必填
withdraw_type
int
进入提现页面方式 示例:1首页进入 2充值提现页面下方的团购佣金提现 3充值提现页面下方的返利佣金提现
必填
sign
string
请求接口签名 示例:58c670f555bccc74409da8ceac48a26b
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
withdraw_desc
string
示例:提现手续费:8%,提现金额必须为100的整数倍
必填
withdraw_amount
double
可提现金额 示例:500
必填
wechat_info
string
微信信息 选择提现方式页面使用 示例:暂未绑定微信
必填
alipay_info
string
支付宝信息 选择提现方式页面使用 示例:胡意大利炮 18182103929
必填
total_withdraw_amount
double
已提现金额 示例:0
必填
apply_withdraw_amount
double
提现中金额 示例:0
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "withdraw_desc": "提现手续费:8%,提现金额必须为100的整数倍", "withdraw_amount": 500, "wechat_info": "暂未绑定微信", "alipay_info": "惠拼用户 ", "total_withdraw_amount": 0, "apply_withdraw_amount": 0 } }