Commit d8cf1016 by 王祖波

cms数据接口迁移

parent 3dbdc53b
......@@ -111,7 +111,7 @@ public class MaterialDataAdaptor {
if (CollectionUtil.isNotEmpty(storeIds)) {
inlineParams.put("storeId", StringUtils.join(storeIds, ","));
}
Map<String, Object> result = DataApiUtils.http(inlineParams.toString(), MATERIAL_INDEX_DATA);
Map<String, Object> result = DataApiUtils.http(JSON.toJSONString(inlineParams), MATERIAL_INDEX_DATA);
if (result.get("data") == null) {
return MaterialTodayDataBO.empty();
}
......
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