Resolve merge conflicts
This commit is contained in:
@@ -647,7 +647,7 @@ type QYGL2S0WReq struct {
|
||||
type QYGL66SLReq struct {
|
||||
EntCode string `json:"ent_code" validate:"omitempty,validUSCI"`
|
||||
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"`
|
||||
}
|
||||
type JRZQ2F8AReq struct {
|
||||
|
||||
@@ -23,7 +23,7 @@ func ProcessIVYZ9H2MRequest(ctx context.Context, params []byte, deps *processors
|
||||
|
||||
// 构建请求参数
|
||||
reqData := map[string]interface{}{
|
||||
"idNo": paramsDto.IDCard,
|
||||
"idNo": paramsDto.IDNo,
|
||||
"name": paramsDto.Name,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user