fix: warn

This commit is contained in:
xingyu4j
2022-11-30 10:30:58 +08:00
parent 0a8a41dea1
commit a43b884c73
7 changed files with 1489 additions and 1221 deletions

View File

@ -43,6 +43,7 @@ public class YudaoAuthRequestFactory extends AuthRequestFactory {
* @param source {@link AuthSource}
* @return {@link AuthRequest}
*/
@Override
public AuthRequest get(String source) {
// 先尝试获取自定义扩展的
AuthRequest authRequest = getExtendRequest(source);