zhengyiming
2025-06-12 1910e9f27373b8b4da75f076762025ceb3419965
packages/core/src/lifeRechargeConstants.ts
@@ -94,7 +94,7 @@
  export const IspCodeText = {
    [IspCode.yidong]: '中国移动',
    [IspCode.dianxin]: '中国电信',
    // [IspCode.dianxin]: '中国电信',
    [IspCode.liantong]: '中国联通',
  };
@@ -199,4 +199,30 @@
    禁用 = 20,
  }
  export enum LifePayChannelConsultationFollowupStatus {
    /**未回访 */
    None = 1,
    /**跟进中 */
    Ing = 2,
    /**已拒绝 */
    Refuse = 3,
    /**已开通 */
    Open = 4,
  }
  export enum LifePayChannelAgentType {
    /**零售代理 */
    RetailAgent = 1,
    /**品牌代理 */
    BrandAgent = 2,
    /**区域代理 */
    AreaAgent = 3,
  }
  export const LifePayChannelAgentTypeText = {
    [LifePayChannelAgentType.RetailAgent]: '零售代理',
    [LifePayChannelAgentType.BrandAgent]: '品牌代理',
    [LifePayChannelAgentType.AreaAgent]: '区域代理',
  };
}