Ken 2 ماه پیش
والد
کامیت
df98aec7ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      app/Services/WithdrawService.php

+ 1 - 5
app/Services/WithdrawService.php

@@ -481,11 +481,7 @@ class WithdrawService
         if ($three_payment_switch != 1) {
             $res = WalletService::getBalance($chatId);
             $res['message_id'] = $messageId;
-            return [
-                'chat_id' => $chatId,
-                'text' => json_encode($res),
-                'message_id' => $messageId,
-            ];
+            return $res;
         }
 //
         return [