From 1910e9f27373b8b4da75f076762025ceb3419965 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 12 六月 2025 15:40:50 +0800 Subject: [PATCH] fix: 暂时隐藏电信充值通道 --- packages/core/src/lifeRechargeConstants.ts | 41 ++++++++++++++++++++++++++++++++++++++--- 1 files changed, 38 insertions(+), 3 deletions(-) diff --git a/packages/core/src/lifeRechargeConstants.ts b/packages/core/src/lifeRechargeConstants.ts index 3a64d0e..4e8b510 100644 --- a/packages/core/src/lifeRechargeConstants.ts +++ b/packages/core/src/lifeRechargeConstants.ts @@ -42,7 +42,10 @@ export enum LifePayOrderStatusEnum { 鍏呭�间腑 = 10, - // 宸插け璐� = 20, + /** + * @deprecated 浠呬綔涓鸿�佹暟鎹吋瀹瑰垽鏂� + */ + 宸插け璐� = 20, 宸插畬鎴� = 30, @@ -56,7 +59,7 @@ export const LifePayOrderStatusEnumText = { [LifePayOrderStatusEnum.鍏呭�间腑]: '鍏呭�间腑', - // [LifePayOrderStatusEnum.宸插け璐: '宸插け璐�', + [LifePayOrderStatusEnum.宸插け璐: '宸插け璐�', [LifePayOrderStatusEnum.宸插畬鎴怾: '宸插畬鎴�', [LifePayOrderStatusEnum.寰呴��娆綸: '寰呴��娆�', [LifePayOrderStatusEnum.宸查��娆綸: '宸查��娆�', @@ -91,7 +94,7 @@ export const IspCodeText = { [IspCode.yidong]: '涓浗绉诲姩', - [IspCode.dianxin]: '涓浗鐢典俊', + // [IspCode.dianxin]: '涓浗鐢典俊', [IspCode.liantong]: '涓浗鑱旈��', }; @@ -190,4 +193,36 @@ 寰俊灏忕▼搴� = 20, 寰俊鍏紬鍙� = 30, } + + export enum LifePayChannelsStatsEnum { + 鍚敤 = 10, + + 绂佺敤 = 20, + } + + export enum LifePayChannelConsultationFollowupStatus { + /**鏈洖璁� */ + None = 1, + /**璺熻繘涓� */ + Ing = 2, + /**宸叉嫆缁� */ + Refuse = 3, + /**宸插紑閫� */ + Open = 4, + } + + export enum LifePayChannelAgentType { + /**闆跺敭浠g悊 */ + RetailAgent = 1, + /**鍝佺墝浠g悊 */ + BrandAgent = 2, + /**鍖哄煙浠g悊 */ + AreaAgent = 3, + } + + export const LifePayChannelAgentTypeText = { + [LifePayChannelAgentType.RetailAgent]: '闆跺敭浠g悊', + [LifePayChannelAgentType.BrandAgent]: '鍝佺墝浠g悊', + [LifePayChannelAgentType.AreaAgent]: '鍖哄煙浠g悊', + }; } -- Gitblit v1.9.1