This commit is contained in:
Mrx
2026-05-26 16:21:55 +08:00
parent f10c5dd626
commit 4fe180e4c8

View File

@@ -22,7 +22,7 @@ func ProcessQYGLBH7YRequest(ctx context.Context, params []byte, deps *processors
}
reqdata := map[string]interface{}{
"name": paramsDto.EntName,
"companyName": paramsDto.EntName,
}
respBytes, err := deps.HuiboService.CallAPI2(ctx, "E_004_0261", reqdata)