Commit 5e7c03a6 by guojx

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

Feature 2023 11 cloud

See merge request !1564
parents b82e5f0f e89082f9
......@@ -137,7 +137,7 @@ public class DataController {
//区经有全部门店权限
jsonObject.put("storeId", storeIdList.stream().collect(Collectors.joining(",")));
}
Map<String, Object> res = DataApiUtils.http(params, qo.getApolloKey());
Map<String, Object> res = DataApiUtils.http(jsonObject.toJSONString(), qo.getApolloKey());
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