فهرست منبع

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_type' => 'markdown',
                 'type' => 'discussion',
+                'notification' => false,
             ];
             $response = Http::withToken($token)->post($url, $data);
             if ($response->failed()) {