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