|
|
@@ -166,7 +166,7 @@ class Wallet extends Controller
|
|
|
$text .= "充值数量:{$amount} USDT\n";
|
|
|
$text .= "充值地址:{$recharge->to_address}\n";
|
|
|
$text .= "汇率:1 USDT = {$rate} RMB\n";
|
|
|
- $text .= "折合金额:{$rate_amount} RMB\n";
|
|
|
+ $text .= "折合金额:".number_format($rate_amount, 2)." RMB\n";
|
|
|
$text .= "状态:成功\n";
|
|
|
TopUpService::notifyTransferSuccess($recharge->member_id, $text);
|
|
|
}
|