From 70c08d5a565139b440b73d8b9d9c8c20c7942cd6 Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期五, 14 三月 2025 15:11:23 +0800 Subject: [PATCH] 添加逻辑 --- LifePayment/LifePayment.Domain.Shared/LifePaymentConstant.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/LifePaymentConstant.cs b/LifePayment/LifePayment.Domain.Shared/LifePaymentConstant.cs index f7252d6..747fde5 100644 --- a/LifePayment/LifePayment.Domain.Shared/LifePaymentConstant.cs +++ b/LifePayment/LifePayment.Domain.Shared/LifePaymentConstant.cs @@ -725,6 +725,8 @@ public const int LgGigWorkerSignFreeSetting = 151; public const int LifePayOrder = 200; + + public const int LifePayChannles = 210; } public static class LogsSpecies @@ -1022,6 +1024,7 @@ /// </summary> public const string PhoneNumberRegEx = @"^1[3-9]\d{9}$"; + /// <summary> /// 鎵嬫満鍙风爜+搴ф満姝e垯琛ㄨ揪寮� /// </summary> @@ -1051,6 +1054,11 @@ /// 鐢ㄦ埛璐﹀彿姝e垯琛ㄨ揪寮� /// </summary> public const string UserNameEx = @"^[A-Za-z0-9]{8,13}$"; + + /// <summary> + /// 鐢佃垂鎴峰彿姝e垯琛ㄨ揪寮� + /// </summary> + public const string ElectricAccountRegEx = @"^.{13}$"; } public static class ResponseCode -- Gitblit v1.9.1