Ken 1 주 전
부모
커밋
3ca938ebd9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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";