Commit 5c632e7e authored by hujun's avatar hujun

委托找铺

parent 52f05d09
...@@ -405,6 +405,10 @@ class PushMessageService ...@@ -405,6 +405,10 @@ class PushMessageService
$type = 'appraise_square'; $type = 'appraise_square';
$id = $v['house_id']; $id = $v['house_id'];
break; break;
case 12:
$title = '委托找铺';
$type = '';
break;
} }
$this->pushAgentAllDeviceId($v['addressee_id'], $title, $v['message'], $type, $id, $is_forbidden,$v['house_id'], $v['order_id']); $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