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 | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/packages/core/src/lifeRechargeConstants.ts b/packages/core/src/lifeRechargeConstants.ts index f26ccb2..4e8b510 100644 --- a/packages/core/src/lifeRechargeConstants.ts +++ b/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 { + /**闆跺敭浠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