|
|
@@ -1005,10 +1005,12 @@ class BetService extends BaseService
|
|
|
}
|
|
|
|
|
|
$inlineButton = self::getOperateButton();
|
|
|
-
|
|
|
-
|
|
|
// 群通知
|
|
|
- SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
|
|
|
+ $pc28Switch = Config::where('field', 'pc28_switch')->first()->val;
|
|
|
+ if(($pc28Switch== 0 && is_numeric($issue_no)) || $pc28Switch== 1 && !is_numeric($issue_no)){
|
|
|
+ SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
|
|
|
}
|