Explorar el Código

discussion 不发送通知

visuddhinanda hace 1 año
padre
commit
03b9a056ff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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_type' => 'markdown',
                 'type' => 'discussion',
+                'notification' => false,
             ];
             $response = Http::withToken($token)->post($url, $data);
             if ($response->failed()) {