|
|
@@ -574,7 +574,7 @@ class WithdrawService
|
|
|
$serviceCharge = static::getServiceCharge();
|
|
|
$text = lang("请发送提现金额");
|
|
|
$text .= " (USDT)";
|
|
|
- $text .= "\n💰 " . lang('当前余额') . ":{$temp} RMB /{$amount} USDT \n";
|
|
|
+ $text .= "\n💰 " . lang('当前余额') . ":{$temp} RMB / {$amount} USDT \n";
|
|
|
$text .= "⚠️" . lang('汇率') . ":1 USDT = {$rate} RMB\n";
|
|
|
$text .= "⚠️ " . lang('提现将收取') . "{$serviceCharge}" . lang('U作为手续费') . "\n";
|
|
|
// $keyboard = [[
|