zoujiajian 3 лет назад
Родитель
Сommit
556fc492e6

+ 1 - 0
netflix-common/src/main/java/com/cyksj/common/util/SmsUtil.java

@@ -76,6 +76,7 @@ public class SmsUtil {
         HttpResponse execute = request.execute();
         JSONObject re = Jsons.parseObject(execute.body(), JSONObject.class);
         if (re.getInt("error") == 0) {
+            log.info(execute.body());
             return true;
         }
         log.error(execute.body());

+ 1 - 1
netflix-service/src/main/java/com/cyksj/task/Scheduler.java

@@ -527,7 +527,7 @@ public class Scheduler {
 		}
 		log.info("营销短信手机号数量大小:{}", phones.size());
 		try {
-			Boolean isSuccess = SmsUtil.batchSendLuoKey2Msg(phones, "618大促流媒体、Ai会员全场9折续费可用!电视看奈飞方案最多减100!登录https://nf.video/立即下单【银河录像局】");
+			Boolean isSuccess = SmsUtil.batchSendLuoKey2Msg(phones, "618大促流媒体、Ai会员全场9折续费可用!电视看奈飞方案最多减100!登录https://nf.video下单【银河录像局】");
 			if (isSuccess) {
 				if (value != null) {
 					redisService.incr(key, 10000l);