From 241f10b4296af8dc4ccb984c253d7427166e84e5 Mon Sep 17 00:00:00 2001 From: Allen <934932687@qq.com> Date: Tue, 22 Oct 2019 16:58:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A016=E5=BC=80=E5=A4=B4=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E9=AA=8C=E8=AF=81=EF=BC=8C162=E7=94=B5?= =?UTF-8?q?=E4=BF=A1=EF=BC=8C165=E7=A7=BB=E5=8A=A8=EF=BC=8C166/167?= =?UTF-8?q?=E8=81=94=E9=80=9A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- validation/validators.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/validators.go b/validation/validators.go index 4f166a68..ac00a72c 100644 --- a/validation/validators.go +++ b/validation/validators.go @@ -632,7 +632,7 @@ func (b Base64) GetLimitValue() interface{} { } // just for chinese mobile phone number -var mobilePattern = regexp.MustCompile(`^((\+86)|(86))?(1(([35][0-9])|[8][0-9]|[7][01356789]|[6][2567]|[4][579]))\d{8}$`) +var mobilePattern = regexp.MustCompile(`^((\+86)|(86))?(1(([35][0-9])|[8][0-9]|[7][01356789]|[4][579]|[6][2567]))\d{8}$`) // Mobile check struct type Mobile struct {