From 901ab0d2eeefd24c2d3384c4046b8fb123146f01 Mon Sep 17 00:00:00 2001 From: dlcios Date: Wed, 22 Nov 2023 15:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8E=A5=E5=8F=A3=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E5=8E=BB=E9=99=A4=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/v1/visitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/visitor.go b/api/v1/visitor.go index ab7b2b2..cbb828e 100644 --- a/api/v1/visitor.go +++ b/api/v1/visitor.go @@ -33,7 +33,7 @@ type VisitorStatisticReq struct { EndDate int `p:"end_date" v:"required-if:statistic_type,day|max-length:10#请选择截止日期|请选择正确的截止日期"` VisitorName string `p:"visitor_name"` VisitorIdentity string `p:"visitor_identity"` - VisitorPhone string `p:"visitor_phone" v:"phone#请填写正确手机号"` + VisitorPhone string `p:"visitor_phone"` } type VisitorStatisticRes struct {