packages/core/src/lifeRechargeConstants.ts
@@ -98,6 +98,12 @@ [IspCode.liantong]: '中国联通', }; export const IspCodeTextForSelect = { // [IspCode.yidong]: '中国移动', [IspCode.dianxin]: '中国电信', [IspCode.liantong]: '中国联通', }; export enum ElectricType { /**国家电网 */ guowang = 'guowang', @@ -225,4 +231,20 @@ [LifePayChannelAgentType.BrandAgent]: '品牌代理', [LifePayChannelAgentType.AreaAgent]: '区域代理', }; export enum AnnouncementTypeEnum { /**普通公告 */ Normal = 10, /**弹窗公告 */ Dialog = 20, } export enum AnnouncementStatusEnum { /**展示中 */ Showing = 10, /**待展示 */ Wait = 20, /**已停止 */ Stop = 30, } }