Ken 2 dienas atpakaļ
vecāks
revīzija
6a9f385c51
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 9 0
      app/Services/QianBaoWithdrawService.php

+ 9 - 0
app/Services/QianBaoWithdrawService.php

@@ -521,6 +521,15 @@ class QianBaoWithdrawService
                     'message_id' => $messageId,
                 ];
                 break;
+            case "DF005"://数字人民币
+                Cache::put("{$chatId}_QB_WITHDRAW_BANK_NAME", '数字人民币');
+                Cache::put(get_step_key($chatId), StepStatus::QB_INPUT_CARD_NO);
+                return [
+                    'chat_id' => $chatId,
+                    'text' => "请输入数字人民币账号",
+                    'message_id' => $messageId,
+                ];
+                break;
 
             default:
                 return [