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

---
 src/constants/enterpriseWallet.ts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/constants/enterpriseWallet.ts b/src/constants/enterpriseWallet.ts
index 863299e..1cf522b 100644
--- a/src/constants/enterpriseWallet.ts
+++ b/src/constants/enterpriseWallet.ts
@@ -92,6 +92,14 @@
 
 export const EnumWeChatPayApplymentBankAccountTypeText = {
   [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '瀵瑰叕閾惰璐︽埛',
+};
+
+export const EnumWeChatPayApplymentBankAccountTypeTextForGTH = {
+  [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_CORPORATE]: '瀵瑰叕閾惰璐︽埛',
   [EnumWeChatPayApplymentBankAccountType.BANK_ACCOUNT_TYPE_PERSONAL]:
     '缁忚惀鑰呬釜浜洪摱琛屽崱锛堜粎涓綋鎴峰彲閫夋嫨锛�',
 };
+
+export const EnumWeChatPayApplymentStateText = {
+  [EnumWeChatPayApplymentState.APPLYMENT_STATE_EDITTING]: '瀵瑰叕閾惰璐︽埛',
+};

--
Gitblit v1.9.1