seven 1 روز پیش
والد
کامیت
38fdac89cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/admin/Wallet.php

+ 1 - 1
app/Http/Controllers/admin/Wallet.php

@@ -166,7 +166,7 @@ class Wallet extends Controller
                 $text .= "充值数量:{$amount} USDT\n";
                 $text .= "充值地址:{$recharge->to_address}\n";
                 $text .= "汇率:1 USDT = {$rate} RMB\n";
-                $text .= "折合金额:{$rate_amount} RMB\n";
+                $text .= "折合金额:".number_format($rate_amount, 2)." RMB\n";
                 $text .= "状态:成功\n";
                 TopUpService::notifyTransferSuccess($recharge->member_id, $text);
             }