This commit is contained in:
2026-02-14 17:26:15 +08:00

View File

@@ -54,7 +54,7 @@ func ProcessDWBG6A2CRequest(ctx context.Context, params []byte, deps *processors
if respMap, ok := respData.(map[string]interface{}); ok { if respMap, ok := respData.(map[string]interface{}); ok {
delete(respMap, "reportUrl") delete(respMap, "reportUrl")
delete(respMap, "multCourtInfo") delete(respMap, "multCourtInfo")
delete(respMap, "judiciaRiskInfos") // delete(respMap, "judiciaRiskInfos")
} }
// 将响应数据转换为JSON字节 // 将响应数据转换为JSON字节