mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +08:00
OAuth2.0文档
This commit is contained in:
@@ -69,7 +69,7 @@ public class SaOAuth2Template {
|
||||
*/
|
||||
public AccessTokenModel checkAccessToken(String accessToken) {
|
||||
AccessTokenModel at = getAccessToken(accessToken);
|
||||
SaOAuth2Exception.throwBy(at == null, "无效:access_token" + accessToken);
|
||||
SaOAuth2Exception.throwBy(at == null, "无效access_token:" + accessToken);
|
||||
return at;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user