|
@@ -64,7 +64,7 @@ public class ReportParseUtil {
|
|
|
String body = HttpUtil.post(baseUrl + api, JSONUtil.toJsonStr(params));
|
|
|
JSONObject obj = JSONUtil.parseObj(body);
|
|
|
PythonResult<?> result = PythonReportConverter.convert(obj, type);
|
|
|
- System.out.println(obj);
|
|
|
+ System.out.println(result);
|
|
|
|
|
|
// List<ValueLabelVO> fieldMapper = ListUtil.list(false);
|
|
|
// fieldMapper.add(new ValueLabelVO("fundName", "基金名称"));
|