commit
This commit is contained in:
@@ -106,7 +106,7 @@ public class WechatEnterpriseServiceImpl implements WechatEnterpriseService {
|
||||
log.error("【log】开发模式不允许发送企业微信通知");
|
||||
return;
|
||||
}
|
||||
if(!Globals.MyConfig.getBoolean("AppSms", false)) {
|
||||
if(!Globals.MyConfig.getBoolean("AppNotify", false)) {
|
||||
log.error("【log】消息配置未开启");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user