|
|
@@ -1041,8 +1041,8 @@ class BetService extends BaseService
|
|
|
$keyboard[] = [
|
|
|
['text' => "开奖历史", 'callback_data' => "showLotteryHistory@@" . $issue_no]
|
|
|
];
|
|
|
- self::sendMessage($v['member_id'],$text2,$keyboard);
|
|
|
- // SendTelegramMessageJob::dispatch($v['member_id'],$text2,$keyboard);
|
|
|
+ // self::sendMessage($v['member_id'],$text2,$keyboard);
|
|
|
+ SendTelegramMessageJob::dispatch($v['member_id'],$text2,$keyboard);
|
|
|
}
|
|
|
|
|
|
}
|
|
|
@@ -1052,8 +1052,8 @@ class BetService extends BaseService
|
|
|
|
|
|
|
|
|
// 群通知
|
|
|
- self::bettingGroupNotice($text, $inlineButton, '');
|
|
|
- // SendTelegramGroupMessageJob::dispatch($text,$inlineButton,'');
|
|
|
+ // self::bettingGroupNotice($text, $inlineButton, '');
|
|
|
+ SendTelegramGroupMessageJob::dispatch($text,$inlineButton,'');
|
|
|
|
|
|
}
|
|
|
|