Ken 1 неделя назад
Родитель
Сommit
6638cc85ad
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      app/Services/WithdrawService.php

+ 2 - 3
app/Services/WithdrawService.php

@@ -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"],