Commit ab00add3 by guojx

接口修复

parent 13f3fcf6
......@@ -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