Commit 4bc5f77d authored by hujun's avatar hujun

修改客方推送

parent 97991132
......@@ -56,7 +56,8 @@ class Client extends Basic
$remark = '修改为'.$agent_data['name'].'-'.$agent_data['phone'];
$push = new PushMessageService();
$push->pushMessageById($this->params['ccr_id']);
$content = "【你的客户客方被修改为{$agent_data['name']}-{$agent_data['phone']}】";
$push->pushMessageById($this->params['ccr_id'], '客方修改', $content);
$this->operating_records($this->params['ccr_id'], $type=3, $remark,0,$this->params['id']);
}
//编辑
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment