文档
测试

添加提现

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

请求参数

参数名
类型
描述
必填
apitoken
string
示例:P73B4La1fdbc71f5161bbdc010209c018587d3XCMVDDjj
必填
account_id
int
提现帐号标识 示例:31
必填
amount
int
提现金额 示例:10
必填
pay_password
int
支付密码 示例:123456
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:提现申请成功.
必填
data
object
数据字典
必填
log_id
int
日志标识
必填
url
string
示例:/member/api.withdraw/postwithdraw.html
必填
wait
int
示例:3
必填

说明 / 示例

``` { "code": 1, "msg": "提现申请成功.", "data": { }, "url": "/member/api.withdraw/postwithdraw.html", "wait": 3 } { "code": 0, "msg": "还没有设置支付密码,请先设置.", "data": { }, "url": "javascript:history.back(-1);", "wait": 3 } ```