|
|
@@ -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
|
|
|
+ ];
|
|
|
}
|
|
|
|
|
|
//钱宝提现
|