mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-12-10 10:57:53 +08:00
🆕 【公众号】优化配置类,增加新方法获取 OAuth 2.0重定向 URL 和 QR 连接重定向 URL !146
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user