提现申请get
https://www.azmbk.com/multistore/index/apply-withdrawals
2) 调用方式:HTTP get
3) 请求返回结果:
{
"code": 0,
"data": {
"balance":10.00,
"apply_note": "每月1日~20日可申请提现",
"apply_num": "仅限1次/月",
"deal_date": "每月21日~本月底"
},
"message": ""
}
提现申请post
https://www.azmbk.com/multistore/index/apply-withdrawals
2) 调用方式:HTTP post
POST参数:
| 字段名称 |
字段说明 |
类型 |
必填 |
备注 |
| balance |
|
string |
Y |
- |
| notes |
|
string |
N |
- |
5) 请求返回结果:
{
"code": "-1",
"data": null,
"message": "本月提现次数已经用完。"
}
{
"code": 0,
"data": null,
"message": "提交成功!"
}
6) 请求返回结果参数说明:
| 字段名称 |
字段说明 |
类型 |
必填 |
备注 |
| code |
|
string |
Y |
- |
| data |
|
string |
Y |
- |
| message |
|
string |
Y |
- |
文档更新时间: 2024-10-15 15:58 作者:xieyuhua