1
0
mirror of synced 2026-04-26 19:48:46 +08:00

支持钉钉登录

This commit is contained in:
yadong.zhang
2019-02-19 14:49:59 +08:00
parent 70d49cd661
commit f3cfe2dc04
15 changed files with 626 additions and 111 deletions

View File

@@ -56,4 +56,14 @@ public class ApiUrlConst {
*/
public static final String GITEE_AUTHORIZE_URL = "https://gitee.com/oauth/authorize";
/**
* 获取钉钉登录二维码的地址
*/
public static final String DING_TALK_QRCONNECT_URL = "https://oapi.dingtalk.com/connect/qrconnect";
/**
* 获取钉钉用户信息的地址
*/
public static final String DING_TALK_USER_INFO_URL = "https://oapi.dingtalk.com/sns/getuserinfo_bycode";
}