瀏覽代碼

no message

kuaifan 5 年之前
父節點
當前提交
c80a5d4a56
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
             ]);