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);