packages/core/src/lifeRechargeConstants.ts
@@ -99,7 +99,7 @@ }; export const IspCodeTextForSelect = { // [IspCode.yidong]: '中国移动', [IspCode.yidong]: '中国移动', [IspCode.dianxin]: '中国电信', [IspCode.liantong]: '中国联通', }; @@ -247,4 +247,11 @@ /**已停止 */ Stop = 30, } export enum LifePayRateChannelStatus { /**启用 */ Disabled = -10, /**禁用 */ Enabled = 10, } }