From 746faaecb77fe5629897ebb92ad0d3bc563afd50 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 16 十月 2025 17:42:35 +0800
Subject: [PATCH] fix: 支付宝配置-校验仅更新状态值

---
 auto-imports.d.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/auto-imports.d.ts b/auto-imports.d.ts
index 0a94ba1..bd415dc 100644
--- a/auto-imports.d.ts
+++ b/auto-imports.d.ts
@@ -141,6 +141,7 @@
   const EnumWeChatPayApplymentSalesScenesType: typeof import('./src/constants/apiEnum')['EnumWeChatPayApplymentSalesScenesType']
   const EnumWeChatPayApplymentSalesScenesTypeText: typeof import('./src/constants/enterpriseWallet')['EnumWeChatPayApplymentSalesScenesTypeText']
   const EnumWeChatPayApplymentState: typeof import('./src/constants/apiEnum')['EnumWeChatPayApplymentState']
+  const EnumWeChatPayApplymentStateText: typeof import('./src/constants/enterpriseWallet')['EnumWeChatPayApplymentStateText']
   const EnumWeChatPayApplymentSubjectType: typeof import('./src/constants/apiEnum')['EnumWeChatPayApplymentSubjectType']
   const EnumWeChatPayApplymentSubjectTypeText: typeof import('./src/constants/enterpriseWallet')['EnumWeChatPayApplymentSubjectTypeText']
   const EnumWeChatPaySettlementModifyVerifyResult: typeof import('./src/constants/apiEnum')['EnumWeChatPaySettlementModifyVerifyResult']
@@ -483,6 +484,7 @@
     readonly EnumWeChatPayApplymentSalesScenesType: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumWeChatPayApplymentSalesScenesType']>
     readonly EnumWeChatPayApplymentSalesScenesTypeText: UnwrapRef<typeof import('./src/constants/enterpriseWallet')['EnumWeChatPayApplymentSalesScenesTypeText']>
     readonly EnumWeChatPayApplymentState: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumWeChatPayApplymentState']>
+    readonly EnumWeChatPayApplymentStateText: UnwrapRef<typeof import('./src/constants/enterpriseWallet')['EnumWeChatPayApplymentStateText']>
     readonly EnumWeChatPayApplymentSubjectType: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumWeChatPayApplymentSubjectType']>
     readonly EnumWeChatPayApplymentSubjectTypeText: UnwrapRef<typeof import('./src/constants/enterpriseWallet')['EnumWeChatPayApplymentSubjectTypeText']>
     readonly EnumWeChatPaySettlementModifyVerifyResult: UnwrapRef<typeof import('./src/constants/apiEnum')['EnumWeChatPaySettlementModifyVerifyResult']>

--
Gitblit v1.9.1