| | |
| | | * 微信支付配置 |
| | | */ |
| | | Wechat = 5, |
| | | /** |
| | | * 保险产品配置 |
| | | */ |
| | | InsureProduct = 6, |
| | | } |
| | | |
| | | export const EnterpriseConfigureTypeText = { |
| | | export const EnterpriseConfigureTypeTextSupplier = { |
| | | [EnterpriseConfigureType.Bank]: '银行信息配置', |
| | | [EnterpriseConfigureType.AliPay]: '支付宝配置', |
| | | [EnterpriseConfigureType.Electronic]: '电子签配置', |
| | | [EnterpriseConfigureType.ShortMessage]: '短信通道配置', |
| | | [EnterpriseConfigureType.Wechat]: '微信支付配置', |
| | | [EnterpriseConfigureType.InsureProduct]: '保险产品配置', |
| | | }; |
| | | |
| | | export const EnterpriseConfigureTypeTextPartA = { |
| | | [EnterpriseConfigureType.Bank]: '银行信息配置', |
| | | [EnterpriseConfigureType.AliPay]: '支付宝配置', |
| | | [EnterpriseConfigureType.Electronic]: '电子签配置', |
| | |
| | | [EnumRealAccess.AlipaySign]: '支付宝信任签', |
| | | }; |
| | | |
| | | export const EnumInsuranceSupplierAccessText = { |
| | | [EnumInsuranceSupplierAccess.WaterDropCloud]: '人资园', |
| | | }; |
| | | |
| | | export enum ChargeTypeEnum { |
| | | /** |
| | | * 组合计费 |