src/constants/enterprise.ts
@@ -20,10 +20,10 @@ * 短信通道配置 */ ShortMessage = 4, // /** // * 微信支付配置 // */ // Wechat = 5, /** * 微信支付配置 */ Wechat = 5, } export const EnterpriseConfigureTypeText = { @@ -31,7 +31,7 @@ [EnterpriseConfigureType.AliPay]: '支付宝配置', [EnterpriseConfigureType.Electronic]: '电子签配置', [EnterpriseConfigureType.ShortMessage]: '短信通道配置', // [EnterpriseConfigureType.Wechat]: '微信支付配置', [EnterpriseConfigureType.Wechat]: '微信支付配置', }; export enum VerifyStatus {