Ken vor 1 Woche
Ursprung
Commit
3ca938ebd9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      app/Services/WithdrawService.php

+ 1 - 0
app/Services/WithdrawService.php

@@ -573,6 +573,7 @@ class WithdrawService
         $amount = bcdiv($temp, $rate, 2);
         $serviceCharge = static::getServiceCharge();
         $text = lang("请发送提现金额");
+        $text .= " (RMB)";
         $text .= "\n💰 " . lang('当前余额') . ":{$temp} RMB\n";
         $text .= "⚠️" . lang('汇率') . ":1 USDT = {$rate} RMB\n";
         $text .= "💰 " . lang('当前可用USDT余额') . ":{$amount} USDT\n";