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

@@ -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,
}