Browse Source

更改关注回复第二条延迟5s发送

lh 3 năm trước cách đây
mục cha
commit
5a46e6086c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Modules/OfficialAccount/Services/MsgService.php

+ 1 - 1
app/Modules/OfficialAccount/Services/MsgService.php

@@ -197,7 +197,7 @@ class MsgService
     					'data' => $data
     			);
     		
-    			$delay = 1;
+    			$delay = 5;
     			 
     			if ($is_news){
     				$job = (new SendNews($send_data))->onConnection('rabbitmq')->delay($delay)->onQueue('send_news_list');