简要描述:
- 小程序登录,没有微信openid时,获取openid接口
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2019-11-14 |
请求URL:
- 域名 http://192.168.1.167/chachebaobei/PHP/public/
- 域名 + module/api/chachebaobei/wechat/phoneGetCode
请求方式:
- get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | |
Content-MD5 | 是 | string |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
path | 是 | string | 重定向路路径,1、例如 main,将会重定向到 https://h5.chachebaobei.com/?h5=h5&wx_openid=sdf2132s1dfa1s3d2ssa/#main ; 2、例如 pages/waller/recharge,将会重定向到 https://h5.chachebaobei.com/?h5=h5&wx_openid=sdf2132s1dfa1s3d2ssa/#pages/waller/recharge |
返回示例:
正确时返回(例子):
错误时返回(例子):
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看下面
200 请求成功
400 请求失败
文档更新时间: 2019-11-14 17:31 作者:jetsamsun