Ken 1 viikko sitten
vanhempi
commit
6aa6b6377a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Services/WithdrawService.php

+ 1 - 1
app/Services/WithdrawService.php

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