文档
测试
POST
http://yun-pay.hs499.com/app/userCenter/withdraw

请求参数

参数名
类型
描述
必填
user_id
String
当前登录用户id 示例:1c1fa12253494122b181508baf39671a
必填
is_charger_withdraw
String
是否为充电宝提现 0:否 1:是
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填

说明 / 示例

{ "code": 0, "errors": {}, "msg": "操作成功", "result": { "withdraw_fee": "3.0", "user_bank_name": "", "user_bank": "", "withdraw_list": [ { "freeze_amount": 0, "withdraw_amount": "12300.0", "settle_model": 0, "withdraw_type": 2, "profit_amount": 0 }, { "freeze_amount": "0.0", "withdraw_amount": "0.0", "settle_model": 0, "withdraw_type": 1, "profit_amount": 0 }, { "freeze_amount": 0, "withdraw_amount": "3.07", "settle_model": "1", "withdraw_type": 3, "profit_amount": 0 } ], "user_real_name": "胡林", "user_bank_no": "", "withdraw_out_type": "1", "user_alipay_account": "18684761820", "min_withdraw_amount": "10.0", "withdraw_fee_rate": "0.08" } }