CB2-20200827ONU\Administrator
2021-09-22 4d584101e46ff34b2694e88af706b9b2e92364bc
CY_ECommercePlatform/CY.Infrastructure/Common/MyConvert.cs
@@ -752,7 +752,7 @@
        /// <param name="param">是true </param>
        public static bool isMobileNumber(this object param)
        {
            Regex regex = new Regex("(^1[3|5|8][0-9]{9}$)");
            Regex regex = new Regex("(^[0-9]{11}$)");
            if (string.IsNullOrEmpty(param.ToString2()))
                return false;