dev
parent
b6519a3687
commit
efc7c2b866
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue