From bc462334623650be0594a670f41d82254bcee8ad Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 12 六月 2025 15:24:34 +0800 Subject: [PATCH] fix: 暂时隐藏电信充值通道 --- packages/core/src/lifeRechargeConstants.ts | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 45 insertions(+), 3 deletions(-) diff --git a/packages/core/src/lifeRechargeConstants.ts b/packages/core/src/lifeRechargeConstants.ts index c852474..038890c 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.宸查��娆綸: '宸查��娆�', @@ -92,7 +95,7 @@ export const IspCodeText = { [IspCode.yidong]: '涓浗绉诲姩', [IspCode.dianxin]: '涓浗鐢典俊', - [IspCode.liantong]: '涓浗鑱旈��', + // [IspCode.liantong]: '涓浗鑱旈��', }; export enum ElectricType { @@ -183,4 +186,43 @@ 鍏呭�煎け璐� = 50, 宸查��娆� = 60, } + + export enum LifePaySwitchTypeEnum { + H5 = 10, + + 寰俊灏忕▼搴� = 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