소스 검색

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,
             ]);