|
|
@@ -577,7 +577,8 @@ class BetService extends BaseService
|
|
|
$data = [];
|
|
|
$text = $issue_no . "期开奖结果 \n";
|
|
|
$text .= "-----本期开奖账单----- \n";
|
|
|
- $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
|
|
|
+ $text .= "\n";
|
|
|
+ // $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
|
|
|
$betNoticeNum = Config::where('field', 'bet_notice_num')->first()->val;
|
|
|
$betNoticeNum = explode(',', $betNoticeNum);
|
|
|
$betNoticeMini = $betNoticeNum[0] ?? 26;
|
|
|
@@ -700,6 +701,7 @@ class BetService extends BaseService
|
|
|
$text .= "投注金额:{$amount} \n";
|
|
|
$text .= "中奖金额:{$v['win_amount']} \n";
|
|
|
$text .= "派彩金额:{$profit} \n";
|
|
|
+ $text .= "-------------------------------- \n";
|
|
|
// }else{
|
|
|
// $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
|
|
|
// }
|
|
|
@@ -740,7 +742,8 @@ class BetService extends BaseService
|
|
|
$data = [];
|
|
|
$text = $issue_no . "期开奖结果 \n";
|
|
|
$text .= "-----本期开奖账单----- \n";
|
|
|
- $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
|
|
|
+ // $text .=" 中奖类型 用户 投注金额 中奖金额 盈亏 \n";
|
|
|
+ $text .= "\n";
|
|
|
$betNoticeNum = Config::where('field', 'bet_notice_num')->first()->val;
|
|
|
$betNoticeNum = explode(',', $betNoticeNum);
|
|
|
$betNoticeMini = $betNoticeNum[0] ?? 26;
|
|
|
@@ -848,6 +851,7 @@ class BetService extends BaseService
|
|
|
$text .= "投注金额:{$amount} \n";
|
|
|
$text .= "中奖金额:{$v['win_amount']} \n";
|
|
|
$text .= "派彩金额:{$profit} \n";
|
|
|
+ $text .= "-------------------------------- \n";
|
|
|
// }else{
|
|
|
// $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
|
|
|
// }
|