提现申请 - 验证码验证
创建于 2021-10-17 / 最近更新于 2021-10-17 /
1265
字体:
[默认]
[大]
[更大]
简要描述
提现申请验证码发送
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | Devil | 2020-09-29 |
请求URL
plugins/index&pluginsname=wallet&pluginscontrol=cash&pluginsaction=verifycheck
请求方式
POST
公共参数
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
application | 是 | string | web | 请求应用、参考公共中详解 |
application_client_type | 是 | string | pc | 请求客户端、参考公共中详解 |
token | 否 | string | token |
请求参数
{
"account_type": "mobile"
"verify": "8907"
}
参数名 | 是否必须 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
account_type | 是 | string | 认证方式(mobile手机、email邮箱) | |
verify | 是 | string | 验证码 |
返回示例
正确时返回
{
"msg": "验证成功",
"code": 0,
"data": ""
}
返回参数说明 -> data
无
备注
更多返回错误代码请看首页的错误代码描述
0 人点赞过