|
|
@@ -732,7 +732,12 @@ class BetService extends BaseService
|
|
|
$text2 .= "中奖金额:{$v['win_amount']} \n";
|
|
|
$text2 .= "派彩金额:{$profit} \n";
|
|
|
$text2 .= "盈亏金额:{$yl} \n";
|
|
|
- SendTelegramMessageJob::dispatch($v['member_id'],$text2);
|
|
|
+
|
|
|
+ $keyboard = [];
|
|
|
+ $keyboard[] = [
|
|
|
+ ['text' => "开奖历史", 'callback_data' => "showLotteryHistory@@" . $issue_no]
|
|
|
+ ];
|
|
|
+ SendTelegramMessageJob::dispatch($v['member_id'],$text2,$keyboard);
|
|
|
// self::sendMessage($v['member_id'],$text2);
|
|
|
// }else{
|
|
|
// $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
|