|
|
@@ -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) {
|