|
|
@@ -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 [
|