소스 검색

discussion 不发送通知

visuddhinanda 1 년 전
부모
커밋
03b9a056ff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      api-v8/app/Console/Commands/MqAiTranslate.php

+ 1 - 0
api-v8/app/Console/Commands/MqAiTranslate.php

@@ -167,6 +167,7 @@ class MqAiTranslate extends Command
                 'content' => $message->task->info->category,
                 'content' => $message->task->info->category,
                 'content_type' => 'markdown',
                 'content_type' => 'markdown',
                 'type' => 'discussion',
                 'type' => 'discussion',
+                'notification' => false,
             ];
             ];
             $response = Http::withToken($token)->post($url, $data);
             $response = Http::withToken($token)->post($url, $data);
             if ($response->failed()) {
             if ($response->failed()) {