|
@@ -163,6 +163,8 @@ public class UploadSceneListener {
|
|
|
CmdUtils.callLineSh(cpCmd);
|
|
CmdUtils.callLineSh(cpCmd);
|
|
|
|
|
|
|
|
sceneJsonBean.setUploadType("offline");
|
|
sceneJsonBean.setUploadType("offline");
|
|
|
|
|
+ String sceneJsonKey = String.format(UploadFilePath.DATA_VIEW_PATH, num) + "scene.json";
|
|
|
|
|
+ fYunFileService.uploadFile(JSON.toJSONString(sceneJsonBean).getBytes(StandardCharsets.UTF_8), sceneJsonKey);
|
|
|
|
|
|
|
|
//容量统计
|
|
//容量统计
|
|
|
Long space = commonService.getSpace(num);
|
|
Long space = commonService.getSpace(num);
|