|
|
@@ -394,6 +394,7 @@ public class SceneOfflinePackagePushServiceImpl extends ServiceImpl<SceneOffline
|
|
|
params.put("calcTime", DateExtUtil.format(scenePlusExt.getAlgorithmTime(), DateExtUtil.dateStyle8));
|
|
|
params.put("shootCount", scenePlusExt.getShootCount());
|
|
|
String post = HttpUtil.post(scenePushBean.getDestUrl() + "/historyrical/scene/deploy", params, 60 * 60 * 1000);
|
|
|
+ log.info("-----------postResult:{}", post);
|
|
|
ResultData deployResult = JSON.parseObject(post,ResultData.class);
|
|
|
if(deployResult.getCode() != 0){
|
|
|
throw new RuntimeException("部署端接收部署指令失败");
|