Ken 4 일 전
부모
커밋
022e48198b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Services/PcIssueService.php

+ 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) {