lisai17@sina.com 2020-11-09 14:55:24 +08:00
parent b1fe10d98a
commit 38ec8d2587
2 changed files with 3 additions and 3 deletions

View File

@ -448,9 +448,9 @@ public class SmsService {
String phone = contact.getPhone();
if (Config.isDev()) {
// if (Config.isDev()) {
phone = "13627293906";
}
// }
String response = this.aliyunsms.send(phone, Const.TEMP_CODE_DAY_STAT, obj);
log.debug(response);

View File

@ -17,4 +17,4 @@ cleanossbakfile.enable=true
# 每天 8 点统计发送前一天各销售情况,包含了客户信息汇总(发给客户)和总的汇总(发给公司)
statsms.job=com.cowr.service.ssjygl.jobs.StatSmsJob
statsms.cron= 0 0 8 * * ?
statsms.enable=false
statsms.enable=true