Commit 999f703a authored by duanruiming's avatar duanruiming

[update] 时间表调用海康路径优化

parent 3127da68
...@@ -235,7 +235,7 @@ public class HKControlCommandServiceImpl implements ControlCommandService { ...@@ -235,7 +235,7 @@ public class HKControlCommandServiceImpl implements ControlCommandService {
} }
} }
} }
Map<String, String> downloadSchedulePath = PathUtil.getPathMapByApiCode("downloadTimeSpands"); Map<String, String> downloadSchedulePath = PathUtil.getPathMapByApiCode("downloadSchedule");
String updateResult = ArtemisHttpUtil.doPostStringArtemis(artemisConfig, String updateResult = ArtemisHttpUtil.doPostStringArtemis(artemisConfig,
downloadSchedulePath, downloadSchedulePath,
JSON.toJSONString(fieldMap), null, null, "application/json", null); JSON.toJSONString(fieldMap), null, null, "application/json", null);
......
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