From f0857de728ef105e898bb02441feb7ef63df4c7a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 01 十二月 2025 13:18:05 +0800
Subject: [PATCH] fix: s
---
packages/core/src/lifeRechargeConstants.ts | 75 ++++++++++++++++++++++++++++++++++++-
1 files changed, 73 insertions(+), 2 deletions(-)
diff --git a/packages/core/src/lifeRechargeConstants.ts b/packages/core/src/lifeRechargeConstants.ts
index c852474..5dff6c0 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.宸查��娆綸: '宸查��娆�',
@@ -90,6 +93,12 @@
}
export const IspCodeText = {
+ [IspCode.yidong]: '涓浗绉诲姩',
+ [IspCode.dianxin]: '涓浗鐢典俊',
+ [IspCode.liantong]: '涓浗鑱旈��',
+ };
+
+ export const IspCodeTextForSelect = {
[IspCode.yidong]: '涓浗绉诲姩',
[IspCode.dianxin]: '涓浗鐢典俊',
[IspCode.liantong]: '涓浗鑱旈��',
@@ -183,4 +192,66 @@
鍏呭�煎け璐� = 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悊',
+ };
+
+ export enum AnnouncementTypeEnum {
+ /**鏅�氬叕鍛� */
+ Normal = 10,
+ /**寮圭獥鍏憡 */
+ Dialog = 20,
+ }
+
+ export enum AnnouncementStatusEnum {
+ /**灞曠ず涓� */
+ Showing = 10,
+ /**寰呭睍绀� */
+ Wait = 20,
+ /**宸插仠姝� */
+ Stop = 30,
+ }
+
+ export enum LifePayRateChannelStatus {
+ /**鍚敤 */
+ Disabled = -10,
+ /**绂佺敤 */
+ Enabled = 10,
+ }
}
--
Gitblit v1.9.1