Ken преди 1 ден
родител
ревизия
9a7f1b6406
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      app/Services/BetService.php
  2. 0 1
      app/Services/IssueService.php

+ 0 - 1
app/Services/BetService.php

@@ -401,7 +401,6 @@ class BetService extends BaseService
         $betFake = Config::where('field', 'bet_fake')->first()->val;
         if ($betFake) {
             // 期数验证
-
             $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
             if ($pc28Switch == 1) {
                 $issueInfo = PcIssue::where('status', PcIssue::STATUS_BETTING)->orderBy('id', 'desc')->first();

+ 0 - 1
app/Services/IssueService.php

@@ -981,7 +981,6 @@ class IssueService extends BaseService
             if ($info['end_time'] < $now_date) {
                 $replyInfo = KeyboardService::findOne(['button' => '封盘倒数']);
                 if ($replyInfo) {
-
                     $text = $replyInfo->reply;
                     $buttons = json_decode($replyInfo->buttons, true);
                     $image = $replyInfo->image;