From 79331c2f7b1fbaa2cc93a423033abae00305daf3 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 25 九月 2025 14:07:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into dev-v1.1.1 --- 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..efc3d0b 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