|
@@ -62,7 +62,7 @@ public abstract class AbstractPyReportParser<T extends ReportData> implements Re
|
|
|
param.put("trust_name", info.getCompanyName());
|
|
|
}
|
|
|
}
|
|
|
- String body = HttpUtil.post(pyBaseUrl + api, JSONUtil.toJsonStr(params));
|
|
|
+ String body = HttpUtil.post(pyBaseUrl + api, JSONUtil.toJsonStr(param));
|
|
|
ParseResult<T> result = PythonReportConverter.convert(JSONUtil.parseObj(body), reportType);
|
|
|
if (result.getStatus() == null) {
|
|
|
throw new ReportParseException(ReportParseStatus.PARSE_FAIL, "资源文件不存在");
|