Ken 1 天之前
父節點
當前提交
ff46370bc6
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/Services/PcIssueService.php

+ 0 - 2
app/Services/PcIssueService.php

@@ -47,7 +47,6 @@ class PcIssueService extends BaseService
                     $replyInfo = KeyboardService::findOne(['button' => '停止下注']);
                     if ($replyInfo) {
                         $text = $replyInfo->reply;
-                        $text .= "PPPPPPP";
                         $buttons = json_decode($replyInfo->buttons, true);
                         $image = $replyInfo->image;
                         if ($image) $image = url($image);
@@ -59,7 +58,6 @@ class PcIssueService extends BaseService
                     $replyInfo = KeyboardService::findOne(['button' => '封盘开奖']);
                     if ($replyInfo) {
                         $text = $replyInfo->reply;
-                        $text .= "PPPPPPP";
                         $buttons = json_decode($replyInfo->buttons, true);
                         $image = $replyInfo->image;
                         if ($image) $image = url($image);