zhengyiming
4 天以前 b823ca3d9f2e6dd6cdc2d388576d02c73d5f9896
packages/core/src/lifeRechargeConstants.ts
@@ -99,7 +99,7 @@
  };
  export const IspCodeTextForSelect = {
    // [IspCode.yidong]: '中国移动',
    [IspCode.yidong]: '中国移动',
    [IspCode.dianxin]: '中国电信',
    [IspCode.liantong]: '中国联通',
  };
@@ -238,4 +238,20 @@
    /**弹窗公告 */
    Dialog = 20,
  }
  export enum AnnouncementStatusEnum {
    /**展示中 */
    Showing = 10,
    /**待展示 */
    Wait = 20,
    /**已停止 */
    Stop = 30,
  }
  export enum LifePayRateChannelStatus {
    /**启用 */
    Disabled = -10,
    /**禁用 */
    Enabled = 10,
  }
}