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> /// 手机号码+座机正则表达式 /// </summary> @@ -1051,6 +1054,11 @@ /// 用户账号正则表达式 /// </summary> public const string UserNameEx = @"^[A-Za-z0-9]{8,13}$"; /// <summary> /// 电费户号正则表达式 /// </summary> public const string ElectricAccountRegEx = @"^.{13}$"; } public static class ResponseCode