🆕 【公众号】优化配置类,增加新方法获取 OAuth 2.0重定向 URL 和 QR 连接重定向 URL !146

This commit is contained in:
pengles
2024-12-09 09:01:12 +00:00
committed by Binary Wang
parent 03f78caecf
commit ca005534d4
6 changed files with 48 additions and 4 deletions

View File

@@ -572,11 +572,22 @@ public class WxOpenInMemoryConfigStorage implements WxOpenConfigStorage {
return null;
}
@Deprecated
@Override
public String getOauth2redirectUri() {
return null;
}
@Override
public String getOauth2RedirectUrl() {
return null;
}
@Override
public String getQrConnectRedirectUrl() {
return null;
}
@Override
public String getHttpProxyHost() {
return this.wxOpenConfigStorage.getHttpProxyHost();