登录验证¶
功能说明¶
由用户客户端(浏览器)重定向到该url,根据授权码判断用户,信任登录到关爱通管理员平台
接口地址¶
- 测试环境: https://openapi.guanaitong.tech/sso/enterprise/login
- 生产环境: https://openapi.guanaitong.com/sso/enterprise/login
参数说明¶
-
公有参数
客户端接口,无需公共参数
-
私有参数
| 参数名称 | 是否必须 | 参数类型 | 长度限制 | 描述 |
|---|---|---|---|---|
| auth_code | 是 | string | [40] | 授权码,只能使用一次,并且有效期为1分钟(正式),失效请重新获取 |
| scene_code | 否 | string | [0,40] | 场景编码:待定,不传默认跳管理员首页 |
请求示例(跳转的URL)¶
https://openapi.guanaitong.tech/sso/enterprise/login?scene_code=xxx
&auth_code=347AB8E5C0B62FAD63EFF95CEB3930CA0883C1F1