替换旧的短信通道
This commit is contained in:
@@ -231,7 +231,8 @@ class Licheb extends HD_Controller
|
||||
$visit_count = $this->mdCustomerVisitData->count_visit($where_v);
|
||||
|
||||
if ($visit_count) {//发送短信
|
||||
b2m_send_sms($value['mobile'], '【好店云】您好,今天共有 '.$visit_count.' 个客户需要回访,客户线索来之不易,请及时跟进~');
|
||||
// b2m_send_sms($value['mobile'], '【好店云】您好,今天共有 '.$visit_count.' 个客户需要回访,客户线索来之不易,请及时跟进~');
|
||||
ems_sms($value['mobile'], '您好,今天共有 '.$visit_count.' 个客户需要回访,客户线索来之不易,请及时跟进~ ');
|
||||
$log[] = array('id' => $id, 'mobile' => $value['mobile'], 'count' => $visit_count);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user