Commit 5167e4b5 authored by hujun's avatar hujun

3

parent 0e5ec983
...@@ -84,6 +84,10 @@ class PushClientService ...@@ -84,6 +84,10 @@ class PushClientService
$type = 'referrer_coupon'; $type = 'referrer_coupon';
$content = $v['message']; $content = $v['message'];
break; break;
case 3:
$title = "追加评价经纪人";
$type = 'evaluate';
$content = '同联商业邀请您追加评价经纪人'.$v['message'].'服务';
} }
$this->pushAgentAllDeviceId($v['operation_id'], $title, $content, $type, $v['user_id'], $is_forbidden, $v['house_id'], $v['order_id'], $v['message']); $this->pushAgentAllDeviceId($v['operation_id'], $title, $content, $type, $v['user_id'], $is_forbidden, $v['house_id'], $v['order_id'], $v['message']);
......
...@@ -136,7 +136,7 @@ class PushMessageService ...@@ -136,7 +136,7 @@ class PushMessageService
//意向金推送 //意向金推送
if ($type_source == 10) { if ($type_source == 10) {
$push = new PushClientService(); $push = new PushClientService();
$push->record($report_id, $report_data['order_id'], 0, '追加评论经纪人', $operation_id, $report_data['user_id']); $push->record($report_id, $report_data['order_id'], 3, '追加评论经纪人', $operation_id, $report_data['user_id']);
} }
return; return;
} }
......
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