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 |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/packages/core/src/lifeRechargeConstants.ts b/packages/core/src/lifeRechargeConstants.ts
index 6d3d950..038890c 100644
--- a/packages/core/src/lifeRechargeConstants.ts
+++ b/packages/core/src/lifeRechargeConstants.ts
@@ -95,7 +95,7 @@
   export const IspCodeText = {
     [IspCode.yidong]: '涓浗绉诲姩',
     [IspCode.dianxin]: '涓浗鐢典俊',
-    [IspCode.liantong]: '涓浗鑱旈��',
+    // [IspCode.liantong]: '涓浗鑱旈��',
   };
 
   export enum ElectricType {
@@ -202,12 +202,27 @@
 
   export enum LifePayChannelConsultationFollowupStatus {
     /**鏈洖璁� */
-    None = 0,
+    None = 1,
     /**璺熻繘涓� */
-    Ing = 1,
+    Ing = 2,
     /**宸叉嫆缁� */
-    Refuse = 1,
+    Refuse = 3,
     /**宸插紑閫� */
-    Open = 1,
+    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