1
0
mirror of synced 2026-05-22 21:53:18 +00:00

支持Coding、Csdn和OSChina

This commit is contained in:
yadong.zhang
2019-02-23 16:44:06 +08:00
parent 1312e69b05
commit 7892f7e547
12 changed files with 361 additions and 6 deletions
@@ -27,6 +27,11 @@ public class AuthDingTalkRequest extends BaseAuthRequest {
super(config, AuthSource.DINGTALK);
}
@Override
protected String getAccessToken(String code) {
throw new AuthException(ResponseStatus.NOT_IMPLEMENTED);
}
@Override
protected AuthUser getUserInfo(String code) {
// 根据timestamp, appSecret计算签名值