Ken 1 Minggu lalu
induk
melakukan
3ca938ebd9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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";