Ken 2 ngày trước cách đây
mục cha
commit
401316f336
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      app/Services/QianBaoWithdrawService.php

+ 5 - 3
app/Services/QianBaoWithdrawService.php

@@ -147,9 +147,9 @@ class QianBaoWithdrawService
         $keyboard[] = [
             ['text' => "数字人民币", 'callback_data' => "withdraw@@qb_choose_digital_RMB"],
         ];
-        $keyboard[] = [
-            ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
-        ];
+//        $keyboard[] = [
+//            ['text' => "提现账户管理", 'callback_data' => "withdraw@@banks"],
+//        ];
         return [
             'chat_id' => $chatId,
             'text' => "请选择提现方式",
@@ -344,7 +344,9 @@ class QianBaoWithdrawService
                 $text .= "提现账号:{$bank->card_no}\n";
                 $text .= "提现金额:{$amount}\n";
                 break;
+            case "DF005":
 
+                break;
         }
         $keyboard = [
             [