|
|
@@ -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}";
|