feat(wechat): 修复微信公众号无法登录

This commit is contained in:
ageerle
2026-03-09 10:27:53 +08:00
parent 84dbc2cfbf
commit e601eb6db5
19 changed files with 142 additions and 71 deletions

View File

@@ -74,6 +74,6 @@ public class WeixinApiUtil {
}
public String getKey(String key) {
return configService.getConfigValue("weixin");
return configService.getConfigValue("wechat",key);
}
}