简要描述:
- 强制绑定手机号
请求域名:
- http://.yunzshop.com
请求URL:
GET/app/index.php?i=2&c=entry&do=shop&m=yun_shop&route=home-page.bindMobile
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
- | - | - | - |
返回示例:
正确时返回:
{
"result": 1,
"msg": ok
"data": {
is_bind_mobile: '1'
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
is_bind_mobile | int | 1-跳转到绑定页面;0-不绑定手机号 |
备注:
- 更多返回错误代码请看首页的错误代码描述