Ken 1 день назад
Родитель
Сommit
0d6b09b8b2
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/Services/PcIssueService.php

+ 2 - 0
app/Services/PcIssueService.php

@@ -47,6 +47,7 @@ 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);
@@ -58,6 +59,7 @@ 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);