Resolve merge conflicts

This commit is contained in:
2026-01-05 14:34:58 +08:00
parent aabe34b7d5
commit 23909c44f1
2 changed files with 2 additions and 2 deletions

View File

@@ -647,7 +647,7 @@ type QYGL2S0WReq struct {
type QYGL66SLReq struct { type QYGL66SLReq struct {
EntCode string `json:"ent_code" validate:"omitempty,validUSCI"` EntCode string `json:"ent_code" validate:"omitempty,validUSCI"`
AuthDate string `json:"auth_date" validate:"required,validAuthDate"` AuthDate string `json:"auth_date" validate:"required,validAuthDate"`
EntName string `json:"ent_name" validate:"omitempty,min=1,validEnterpriseName"` EntName string `json:"ent_name" validate:"required,min=1,validEnterpriseName"`
AuthAuthorizeFileCode string `json:"auth_authorize_file_code" validate:"required"` AuthAuthorizeFileCode string `json:"auth_authorize_file_code" validate:"required"`
} }
type JRZQ2F8AReq struct { type JRZQ2F8AReq struct {

View File

@@ -23,7 +23,7 @@ func ProcessIVYZ9H2MRequest(ctx context.Context, params []byte, deps *processors
// 构建请求参数 // 构建请求参数
reqData := map[string]interface{}{ reqData := map[string]interface{}{
"idNo": paramsDto.IDCard, "idNo": paramsDto.IDNo,
"name": paramsDto.Name, "name": paramsDto.Name,
} }