Commit 7e04b5ca authored by hujun's avatar hujun

推送开盘

parent 1947a05e
......@@ -386,6 +386,17 @@ class PushMessageService
$title = '退款';
$type = '';
$id = $v['user_id'];
break;
case 10:
$title = '开盘评价';
$type = 'open_square';
$id = $v['house_id'];
break;
case 11:
$title = '开盘评价回复';
$type = 'open_square';
$id = $v['house_id'];
break;
}
$this->pushAgentAllDeviceId($v['addressee_id'], $title, $v['message'], $type, $id, $is_forbidden,$v['house_id'], $v['order_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