|
|
@@ -369,7 +369,7 @@ class BetService extends BaseService
|
|
|
}
|
|
|
|
|
|
|
|
|
- $text .= "{$keywords} {$amount} (".$gameplayRuleInfo['odds'].lang('倍率').")";
|
|
|
+ $text .= "{$keywords} {$amount} (" . $gameplayRuleInfo['odds'] . lang('倍率') . ")";
|
|
|
|
|
|
|
|
|
// $lastStr = self::getLastChar($userInfo->first_name, 1);
|
|
|
@@ -1039,6 +1039,7 @@ class BetService extends BaseService
|
|
|
$text2 .= lang('派彩金额') . ":{$profit} \n";
|
|
|
$text2 .= lang("盈亏金额") . ":{$yl} \n";
|
|
|
$balance = floatval($wallet->available_balance);
|
|
|
+ $text2 .= "----------------\n";
|
|
|
$text2 .= "当前余额:{$balance} \n";
|
|
|
$keyboard = [];
|
|
|
$keyboard[] = [
|