Ken 2 ay önce
ebeveyn
işleme
48c8d3bee4
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      app/Services/WithdrawService.php

+ 5 - 0
app/Services/WithdrawService.php

@@ -487,6 +487,11 @@ class WithdrawService
         }
         $wallet = Wallet::where('member_id', $chatId)->first();
         $temp = floatval($wallet->available_balance);
+        return [
+            'chat_id' => $chatId,
+            'text' => "金额输入不正确,ttttttt",
+            'reply_to_message_id' => $messageId
+        ];
     }
 
     //钱宝提现