@@ -226,9 +226,10 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
// FileUtil.del(outFilesPath);
}
- Map<String, Integer> hw = new HashMap<>();
+ Map<String, Object> hw = new HashMap<>();
hw.put("height",height);
hw.put("width",width);
+ hw.put("sid",sid);
return ResultData.ok(hw);