Browse Source

发送短信相关

sqg 3 years ago
parent
commit
9019c4322d

+ 1 - 1
tianhu-system/src/main/java/com/tianhu/system/common/impl/MessageUtilsServiceImpl.java

@@ -97,7 +97,7 @@ public class MessageUtilsServiceImpl implements IMessageUtilsService
         }
 
         //调试模式
-        boolean isTest = true;
+        boolean isTest = false;
 //        String regVal = RedisUtils.getDictValue("aliyun_message_code", templateCode);
         String regVal = dictDataService.selectDictValue("aliyun_message_code", templateCode);