文档
测试

我要提现

POST
http://yun-pay.hs499.com/app/userCenter/withdraw

请求头

参数名
类型
描述
必填
sign
String
验证签名,防止参数篡改,测试可以不填
必填

请求参数

参数名
类型
描述
必填
user_id
String
用户ID
必填
is_hp_withdraw
int
是否惠拼提现
必填

响应参数

参数名
类型
描述
必填
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": "200.0", "settle_model": 0, "withdraw_type": 12, "profit_amount": 200 }, { "freeze_amount": "0.0", "withdraw_amount": "0.0", "settle_model": 0, "withdraw_type": 13, "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" } }