Ken 2 weeks ago
parent
commit
41bf3d2352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/WithdrawService.php

+ 1 - 1
app/Services/WithdrawService.php

@@ -102,7 +102,7 @@ class WithdrawService
             ->count();
 
         $status = [lang('等待放行'), lang('已到账'), lang("失败")];
-        $text = "👤 {$firstName}({$chatId})    " . lalng("钱包提现记录") . "\n\n";
+        $text = "👤 {$firstName}({$chatId})    " . lang("钱包提现记录") . "\n\n";
 
         foreach ($list as $item) {
             $amount = floatval($item->amount);