|
|
@@ -370,7 +370,7 @@ public class SceneOfflinePackagePushServiceImpl extends ServiceImpl<SceneOffline
|
|
|
params.put("file", FileUtil.file(zipDir.concat(file)));
|
|
|
log.info("开发发送第{}个压缩包", index);
|
|
|
log.info("-----------开始发送压缩包请求,id:{}, num:{}, zipType:{}, index:{}", id, num, zipType, index);
|
|
|
- String post = HttpUtil.post(scenePushBean.getDestUrl() + "/historyrical/scene/deploy", params, 60 * 60 * 1000);
|
|
|
+ String post = HttpUtil.post(scenePushBean.getDestUrl() + "/historyrical/scene/deploy", params, 4 * 60 * 60 * 1000);
|
|
|
log.info("-----------结束发送压缩包请求,id:{}, num:{}, zipType:{}, index:{}, post:{}", id, num, zipType, index, post);
|
|
|
ResultData deployResult = JSON.parseObject(post,ResultData.class);
|
|
|
if(deployResult.getCode() != 0){
|