Ken 2 天之前
父节点
当前提交
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) {