Ken 4 өдөр өмнө
parent
commit
022e48198b

+ 2 - 2
app/Services/PcIssueService.php

@@ -290,7 +290,7 @@ class PcIssueService extends BaseService
         $replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
         if ($replyInfo) {
             $text = $replyInfo->reply;
-            $text .= "PC极速28";
+            $text .= "\n{$issue_no}\nPC极速28";
             $buttons = json_decode($replyInfo->buttons, true);
             $image = $replyInfo->image;
             if ($image) {
@@ -305,7 +305,7 @@ class PcIssueService extends BaseService
         $replyInfo = KeyboardService::findOne(['button' => '开始下注']);
         if ($replyInfo) {
             $text = $replyInfo->reply;
-            $text .= "PC极速28";
+            $text .= "\n{$issue_no}\nPC极速28";
             $buttons = json_decode($replyInfo->buttons, true);
             $image = $replyInfo->image;
             if ($image) {