Ken hace 1 día
padre
commit
63cb6111cb
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 1
      app/Jobs/FiveSecondTaskJob.php
  2. 2 0
      app/Services/PcIssueService.php

+ 1 - 1
app/Jobs/FiveSecondTaskJob.php

@@ -60,7 +60,7 @@ class FiveSecondTaskJob implements ShouldQueue
             IssueService::getLatestIssue();
 
             //随机虚拟投注//随机最大人数:3人
-//            BetService::randomVirtualBetting(3);
+            BetService::randomVirtualBetting(3);
 
             // 重要:使用类名而不是 self(),避免递归
             FiveSecondTaskJob::dispatch()->delay(now()->addSeconds(15));

+ 2 - 0
app/Services/PcIssueService.php

@@ -256,6 +256,7 @@ class PcIssueService extends BaseService
         $replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
         if ($replyInfo) {
             $text = $replyInfo->reply;
+            $text .="\nPC28PPPPPPPPPPP";
             $buttons = json_decode($replyInfo->buttons, true);
             $image = $replyInfo->image;
             if ($image) {
@@ -270,6 +271,7 @@ class PcIssueService extends BaseService
         $replyInfo = KeyboardService::findOne(['button' => '开始下注']);
         if ($replyInfo) {
             $text = $replyInfo->reply;
+            $text .="\nPC28PPPPPPPPPPP";
             $buttons = json_decode($replyInfo->buttons, true);
             $image = $replyInfo->image;
             if ($image) {