From 87d2624b624ec995cad717c04281f75bb9102651 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 26 九月 2025 15:29:56 +0800
Subject: [PATCH] fix: bug

---
 src/constants/enterprise.ts |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts
index 636974c..f12b706 100644
--- a/src/constants/enterprise.ts
+++ b/src/constants/enterprise.ts
@@ -20,13 +20,18 @@
    * 鐭俊閫氶亾閰嶇疆
    */
   ShortMessage = 4,
+  /**
+   * 寰俊鏀粯閰嶇疆
+   */
+  Wechat = 5,
 }
 
 export const EnterpriseConfigureTypeText = {
-  // [EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆',
-  [EnterpriseConfigureType.AliPay]: '鏀粯淇℃伅閰嶇疆',
+  [EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆',
+  [EnterpriseConfigureType.AliPay]: '鏀粯瀹濋厤缃�',
   [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�',
   [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆',
+  [EnterpriseConfigureType.Wechat]: '寰俊鏀粯閰嶇疆',
 };
 
 export enum VerifyStatus {

--
Gitblit v1.9.1