|
@@ -1184,6 +1184,14 @@ class BetService extends BaseService
|
|
|
// self::bettingGroupNotice($text, $inlineButton, '');
|
|
// self::bettingGroupNotice($text, $inlineButton, '');
|
|
|
|
|
|
|
|
// Log::error('lotteryNotice Group:'.$text);
|
|
// Log::error('lotteryNotice Group:'.$text);
|
|
|
|
|
+
|
|
|
|
|
+ $pos = strrpos($text, '--------------------------------');
|
|
|
|
|
+
|
|
|
|
|
+ if ($pos !== false) {
|
|
|
|
|
+ // 使用 substr_replace 来删除最后一个 "ne"
|
|
|
|
|
+ $text = substr_replace($text, "", $pos, strlen('--------------------------------'));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
|
|
SendTelegramGroupMessageJob::dispatch($text, $inlineButton, '', false, '--------------------------------');
|
|
|
|
|
|
|
|
|
|
|