Browse Source

no message

kuaifan 5 years atrás
parent
commit
c80a5d4a56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Tasks/NotificationTask.php

+ 1 - 0
app/Tasks/NotificationTask.php

@@ -38,6 +38,7 @@ class NotificationTask extends Task
         $lists = Base::DBC2A(DB::table('umeng')->where('username', $username)->get());
         foreach ($lists AS $item) {
             Umeng::notification($item['platform'], $item['token'], Users::nickname($username), Chat::messageDesc($message), [
+                'notifyType' => 'userMsg',
                 'contentId' => $this->contentId,
                 'username' => $username,
             ]);