提现-提交
POST
http://localhost:8080/app/withdraw/submit
接口描述
需要特殊处理的code值 -100跳转到设置交易密码页面 -200跳转到实名认证页面 返回的code大于0 代表操作成功务必刷新当前页面数据
请求参数
参数名
类型
描述
必填
user_id
string
示例:4c3dcd469f894c5689b1c96e74716cda
必填
withdraw_type
int
1首页进入 2充值提现页面下方的团购佣金提现 3充值提现页面下方的返利佣金提现 示例:1
必填
withdraw_out_type
int
提现到账方式 提现到账方式 1支付宝 2微信 示例:1
必填
withdraw_amount
double
示例:300
必填
withdraw_deal_pwd
string
示例:147258
必填
sign
string
示例:242563af99d1bfee1ceca010537ccae6
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:提现申请成功
必填
result
object
数据字典
必填