后台线索派单发短信增加日志
This commit is contained in:
@@ -708,7 +708,7 @@ class Clues extends HD_Controller
|
||||
$up['city_id'] = $info['city_id'];
|
||||
$up['county_id'] = $info['county_id'];
|
||||
|
||||
if($info['province_id'] == '460000'){
|
||||
if ($info['province_id'] == '460000') {
|
||||
$up['belong_id'] = 39;
|
||||
}
|
||||
}
|
||||
@@ -1337,6 +1337,7 @@ class Clues extends HD_Controller
|
||||
if ($re['biz_id'] != 1) {
|
||||
// b2m_send_sms($v['mobile'], '【理车宝】您好,门店新增了1个客户线索。请及时到小程序"理车宝-待分配客户”分配给销售顾问跟进。祝您生活愉快!');
|
||||
ems_sms($v['mobile'], '您好,门店新增了1个客户线索,请及时到微信小程序"理车宝”进行查看。');
|
||||
debug_log("[info]:发短信到{$v['mobile']},线索派单", 'send_sms.txt', $this->log_dir);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user