|
|
@@ -701,6 +701,7 @@ class BetService extends BaseService
|
|
|
$text .= "投注金额:{$amount} \n";
|
|
|
$text .= "中奖金额:{$v['win_amount']} \n";
|
|
|
$text .= "派彩金额:{$profit} \n";
|
|
|
+ $text .= "盈亏金额:{$yl} \n";
|
|
|
$text .= "-------------------------------- \n";
|
|
|
// }else{
|
|
|
// $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
|
|
|
@@ -851,6 +852,7 @@ class BetService extends BaseService
|
|
|
$text .= "投注金额:{$amount} \n";
|
|
|
$text .= "中奖金额:{$v['win_amount']} \n";
|
|
|
$text .= "派彩金额:{$profit} \n";
|
|
|
+ $text .= "盈亏金额:{$yl} \n";
|
|
|
$text .= "-------------------------------- \n";
|
|
|
// }else{
|
|
|
// $text .= "会员下注 【" . $v['lastStr'] . "】 {$amount} 0 -{$amount}\n";
|