lisai17@sina.com 2020-11-10 09:53:36 +08:00
parent b6519a3687
commit efc7c2b866
1 changed files with 4 additions and 5 deletions

View File

@ -354,10 +354,9 @@ public class SmsService {
String phone = sysuser.getPhone(); String phone = sysuser.getPhone();
// 客户的这个,先全部往 13627293906 这里发,看看运行情况 if (Config.isDev()) {
// if (Config.isDev()) {
phone = "13627293906"; phone = "13627293906";
// } }
log.debug("给 %s 发送短信", phone); log.debug("给 %s 发送短信", phone);
@ -448,9 +447,9 @@ public class SmsService {
String phone = contact.getPhone(); String phone = contact.getPhone();
// if (Config.isDev()) { if (Config.isDev()) {
phone = "13627293906"; phone = "13627293906";
// } }
String response = this.aliyunsms.send(phone, Const.TEMP_CODE_DAY_STAT, obj); String response = this.aliyunsms.send(phone, Const.TEMP_CODE_DAY_STAT, obj);
log.debug(response); log.debug(response);