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