|
|
@@ -573,10 +573,9 @@ class WithdrawService
|
|
|
$amount = bcdiv($temp, $rate, 2);
|
|
|
$serviceCharge = static::getServiceCharge();
|
|
|
$text = lang("请发送提现金额");
|
|
|
- $text .= " (RMB)";
|
|
|
- $text .= "\n💰 " . lang('当前余额') . ":{$temp} RMB\n";
|
|
|
+ $text .= " (USDT)";
|
|
|
+ $text .= "\n💰 " . lang('当前余额') . ":{$temp} RMB /{$amount} USDT \n";
|
|
|
$text .= "⚠️" . lang('汇率') . ":1 USDT = {$rate} RMB\n";
|
|
|
- $text .= "💰 " . lang('当前可用USDT余额') . ":{$amount} USDT\n";
|
|
|
$text .= "⚠️ " . lang('提现将收取') . "{$serviceCharge}" . lang('U作为手续费') . "\n";
|
|
|
// $keyboard = [[
|
|
|
// ['text' => "🔙返回", 'callback_data' => "withdraw@@home"],
|