加日志

This commit is contained in:
haomingming 2026-04-28 17:08:56 +08:00
parent f9ae5275d1
commit edc4497b69

View File

@ -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 {