Ken 2 bulan lalu
induk
melakukan
542e63614d

+ 1 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -906,7 +906,7 @@ class TelegramWebHook extends Controller
                 ]);
 
                 //钱宝提现
-                if ($data === 'withdraw@@qbApply') {
+                if ($data === 'withdraw@@qb_apply') {
                     $res = WithdrawService::qbApply($chatId, $messageId);
                     $telegram->editMessageText($res);
 

+ 1 - 1
app/Services/WalletService.php

@@ -251,7 +251,7 @@ class WalletService extends BaseService
                 ['text' => '🧾 提现账单', 'callback_data' => "withdraw@@bill"]
             ],
             [
-                ['text' => '➕ 钱宝提现11', 'callback_data' => "withdraw@@qbApply"],
+                ['text' => '➕ 钱宝提现', 'callback_data' => "withdraw@@qb_apply"],
 //                ['text' => '🧾 提现账单', 'callback_data' => "withdraw@@bill"]
             ],
             [