mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-14 04:13:39 +00:00
feat(wechat): 修复微信公众号无法登录
This commit is contained in:
@@ -74,6 +74,6 @@ public class WeixinApiUtil {
|
||||
}
|
||||
|
||||
public String getKey(String key) {
|
||||
return configService.getConfigValue("weixin");
|
||||
return configService.getConfigValue("wechat",key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user