From edc4497b69039746bc91283212d7b474450b172c Mon Sep 17 00:00:00 2001 From: haomingming Date: Tue, 28 Apr 2026 17:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/requests/caV2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requests/caV2.go b/api/requests/caV2.go index 835070d..401c7c3 100644 --- a/api/requests/caV2.go +++ b/api/requests/caV2.go @@ -24,7 +24,7 @@ type GetCaV2ServiceURL struct { DeptPersonPhone string `json:"deptPersonPhone" form:"deptPersonPhone"` AgentName string `json:"agentName" form:"agentName"` AgentIDCard string `json:"agentIdCard" form:"agentIdCard"` - AuthMethod string `json:"authMethod" form:"authMethod" validate:"omitempty,oneof=face SMS" label:"认证方式"` + AuthMethod string `json:"authMethod" form:"authMethod" validate:"omitempty,oneof=face sms" label:"认证方式"` } func (r GetCaV2ServiceURL) ValidateBusinessFields() string {