seven hai 2 semanas
pai
achega
8a42109a6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -155,7 +155,7 @@ class BetService extends BaseService
         // 分解投注的内容
         $betResult = GameplayRuleService::bettingRuleVerify($input);
 
-        $serviceAccount = Config::where('field', 'service_account')->first()->val;
+        $serviceAccount = Config::where('field', 'service_customer')->first()->val;
         if ($betResult == null) {
             $text = "消息格式错误!\n";
             $text .= "任何疑问都可以联系唯一客服:@{$serviceAccount}";