提现操作
接口地址:/shop/withdraw
post方式
参数及格式如下:
shop_id:门店id
phone:手机号
safe_code:用户输入的6位安全码,如667788
amount: 经校验后的提现金额
返回格式:
msg为success,则为成功;
若验证失败,则msg为'验证失败,请重试'
``` { "code":1, "data":{
}, "msg":"success" }
```
Last updated
Was this helpful?