Commit 9dd83652 by guojx

数据接口修复

parent e5617289
......@@ -71,8 +71,7 @@ public class DataController {
jsonObject.put("storeId", storeIdList.stream().collect(Collectors.joining(",")));
}
Map<String, Object> res = DataApiUtils.http(params, qo.getApolloKey());
JSONObject data = (JSONObject) res.get("data");
return RestResponse.successResult(data);
return RestResponse.successResult(res.get("data"));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment