文档
测试

提交提现申请

POST
http://192.168.1.222/member/api.withdraw/submitWithdraw

请求参数

参数名
类型
描述
必填
amount
int
提现金额
必填
account_id
int
提现账户id
必填
pay_password
string
提现支付密码
必填

响应参数

参数名
类型
描述
必填
code
int
状态码
必填
msg
string
状态消息
必填
data
object
返回数据对象
必填

说明 / 示例

{ "code": 1, "msg": "提现申请成功.", "data": null, "url": "/member/api.withdraw/submitwithdraw.html", "wait": 3 }