统一登录服务 #
地址:https://account.datastory.com.cn/login
Query Parameters #
参数 | 说明 |
---|---|
redirect_url |
重定向地址。当登录认证完成后,页面会通过 location.replace 跳转到该地址。如果重定向的地址包含 # (hash) 字符,需要通过 encodeURIComponent 先进行编码。 |
Example #
https://account.datastory.com.cn/login?redirect_url=https%3A%2F%2Fappstore.datastory.com.cn
Notes #
- 用户已登录访问时,将跳转到 redirect_url 地址;如果没有提供 redirect_url 则跳转到统一账号概览页面