diff --git a/internal/domains/api/services/processors/dwbg/dwbg6a2c_processor.go b/internal/domains/api/services/processors/dwbg/dwbg6a2c_processor.go index 8066027..e74b2df 100644 --- a/internal/domains/api/services/processors/dwbg/dwbg6a2c_processor.go +++ b/internal/domains/api/services/processors/dwbg/dwbg6a2c_processor.go @@ -54,7 +54,7 @@ func ProcessDWBG6A2CRequest(ctx context.Context, params []byte, deps *processors if respMap, ok := respData.(map[string]interface{}); ok { delete(respMap, "reportUrl") delete(respMap, "multCourtInfo") - delete(respMap, "judiciaRiskInfos") + // delete(respMap, "judiciaRiskInfos") } // 将响应数据转换为JSON字节