From 31aebd89c89a042b19da23514b78692ec950020f Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 26 九月 2025 10:45:25 +0800
Subject: [PATCH] fix: s

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

diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts
index 167088d..efc3d0b 100644
--- a/src/constants/enterprise.ts
+++ b/src/constants/enterprise.ts
@@ -20,6 +20,10 @@
    * 鐭俊閫氶亾閰嶇疆
    */
   ShortMessage = 4,
+  // /**
+  //  * 寰俊鏀粯閰嶇疆
+  //  */
+  // Wechat = 5,
 }
 
 export const EnterpriseConfigureTypeText = {
@@ -27,6 +31,7 @@
   [EnterpriseConfigureType.AliPay]: '鏀粯瀹濋厤缃�',
   [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�',
   [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆',
+  // [EnterpriseConfigureType.Wechat]: '寰俊鏀粯閰嶇疆',
 };
 
 export enum VerifyStatus {

--
Gitblit v1.9.1