Commit b435672f by guojx

Merge branch 'feature-2023-11-cloud' into 'developer'

数据接口修复

See merge request !1554
parents 1b424aa2 9dd83652
......@@ -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