Ken 3 giorni fa
parent
commit
6e18fc151a
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      app/Services/PcIssueService.php

+ 0 - 4
app/Services/PcIssueService.php

@@ -78,7 +78,6 @@ class PcIssueService extends BaseService
                     $replyInfo = KeyboardService::findOne(['button' => '停止下注']);
                     if ($replyInfo) {
                         $text = $replyInfo->reply;
-                        $text .= "PC极速28";
                         $buttons = json_decode($replyInfo->buttons, true);
                         $image = $replyInfo->image;
                         if ($image) $image = url($image);
@@ -91,7 +90,6 @@ class PcIssueService extends BaseService
                     $replyInfo = KeyboardService::findOne(['button' => '封盘开奖']);
                     if ($replyInfo) {
                         $text = $replyInfo->reply;
-                        $text .= "PC极速28";
                         $buttons = json_decode($replyInfo->buttons, true);
                         $image = $replyInfo->image;
                         if ($image) $image = url($image);
@@ -322,7 +320,6 @@ class PcIssueService extends BaseService
         $replyInfo = KeyboardService::findOne(['button' => '玩法规则']);
         if ($replyInfo) {
             $text = $replyInfo->reply;
-            $text .= "\n{$issue_no}\nPC极速28";
             $buttons = json_decode($replyInfo->buttons, true);
             $image = $replyInfo->image;
             if ($image) {
@@ -337,7 +334,6 @@ class PcIssueService extends BaseService
         $replyInfo = KeyboardService::findOne(['button' => '开始下注']);
         if ($replyInfo) {
             $text = $replyInfo->reply;
-            $text .= "\n{$issue_no}\nPC极速28";
             $buttons = json_decode($replyInfo->buttons, true);
             $image = $replyInfo->image;
             if ($image) {