mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-10 10:17:31 +00:00
feat(wechat): 修复微信公众号无法登录
This commit is contained in:
@@ -15,4 +15,13 @@ public interface ConfigService {
|
||||
*/
|
||||
String getConfigValue(String configKey);
|
||||
|
||||
/**
|
||||
* 根据配置类型和配置key获取值
|
||||
*
|
||||
* @param category 配置类型
|
||||
* @param configKey 配置key
|
||||
* @return 配置属性
|
||||
*/
|
||||
String getConfigValue(String category, String configKey);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user