Ken пре 3 дана
родитељ
комит
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) {