Commit e0f4b4ae authored by hujun's avatar hujun

8

parent 67334f9b
...@@ -646,7 +646,7 @@ class PushMessageService ...@@ -646,7 +646,7 @@ class PushMessageService
foreach ($push_data['data'] as $k => $v) { foreach ($push_data['data'] as $k => $v) {
$title = $v['title']; $title = $v['title'];
switch ($v['type']) { switch ($v['type']) {
case 9 : case 8 :
$id = $v['order_id']; $id = $v['order_id'];
$type = 'punishment'; //新增 处罚 $type = 'punishment'; //新增 处罚
break; break;
......
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