Ken 5 일 전
부모
커밋
52dd4117ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -171,7 +171,7 @@ class BetService extends BaseService
 
         $maintenanceSwitch = Config::where('field', 'maintenance_switch')->first()->val;
         if ($maintenanceSwitch != 0) {
-            $text = lang("系统维护中") . "\n";
+            $text = lang("系统维护中") . "\n";
             $text .= lang("任何疑问都可以联系唯一客服") . ":@{$serviceAccount}";
             $msg['text'] = $text;
             if ($messageId) {