Ken před 1 týdnem
rodič
revize
cc1300e8f6
1 změnil soubory, kde provedl 15 přidání a 15 odebrání
  1. 15 15
      app/Services/WithdrawService.php

+ 15 - 15
app/Services/WithdrawService.php

@@ -487,21 +487,21 @@ class WithdrawService
             ]];
             ]];
         }
         }
 
 
-        if($amount < 100){
-            return [[
-                'chat_id' => $chatId,
-                'text' => lang("提现不能少于100 RMB,请重试"),
-                'reply_to_message_id' => $messageId
-            ]];
-        }
-
-        if ($amount > 49999) {
-            return [
-                'chat_id' => $chatId,
-                'text' => lang("最多提现 49999 RMB,请重试"),
-                'reply_to_message_id' => $messageId
-            ];
-        }
+//        if($amount < 100){
+//            return [[
+//                'chat_id' => $chatId,
+//                'text' => lang("提现不能少于100 RMB,请重试"),
+//                'reply_to_message_id' => $messageId
+//            ]];
+//        }
+//
+//        if ($amount > 49999) {
+//            return [
+//                'chat_id' => $chatId,
+//                'text' => lang("最多提现 49999 RMB,请重试"),
+//                'reply_to_message_id' => $messageId
+//            ];
+//        }
 
 
 
 
         $wallet = Wallet::where('member_id', $chatId)->first();
         $wallet = Wallet::where('member_id', $chatId)->first();