简要描述:
- 微信绑定手机发送验证码接口
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2019-11-09 |
请求URL:
- 域名 http://192.168.1.167/chachebaobei/PHP/public/
- 域名 + module/api/chachebaobei/wechat/WxGetSMSCode
请求方式:
- post
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | |
Content-MD5 | 是 | string |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
phone_code | 是 | string | 86 |
phone | 是 | string | 手机号 |
openid | 是 | string | 用户openid |
返回示例:
正确时返回(例子):
{
"msg": "发送成功",
"status": 200
}
错误时返回(例子):
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看下面
200 请求成功
400 请求失败
文档更新时间: 2019-11-09 16:59 作者:jetsamsun