|
@@ -5,7 +5,6 @@ import com.alibaba.fastjson.JSONArray;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.fdkankan.common.constant.ErrorCode;
|
|
import com.fdkankan.common.constant.ErrorCode;
|
|
import com.fdkankan.common.exception.BusinessException;
|
|
import com.fdkankan.common.exception.BusinessException;
|
|
-import com.fdkankan.contro.common.Result;
|
|
|
|
import com.fdkankan.contro.service.ISceneFileBuildService;
|
|
import com.fdkankan.contro.service.ISceneFileBuildService;
|
|
import com.fdkankan.contro.vo.ResponseSceneFile;
|
|
import com.fdkankan.contro.vo.ResponseSceneFile;
|
|
import com.fdkankan.fyun.face.FYunFileServiceInterface;
|
|
import com.fdkankan.fyun.face.FYunFileServiceInterface;
|
|
@@ -70,7 +69,7 @@ public class SceneFileController{
|
|
}
|
|
}
|
|
|
|
|
|
@GetMapping("rebuildScene")
|
|
@GetMapping("rebuildScene")
|
|
- public ResultData rebuildScene(@RequestParam(value = "num") String num,@RequestParam(value = "force",defaultValue = "true") Boolean force ,@RequestParam(value = "deleteExtras",defaultValue = "true") Boolean deleteExtras) throws IOException {
|
|
|
|
|
|
+ public ResultData rebuildScene(@RequestParam(value = "num") String num,@RequestParam(value = "force",defaultValue = "false") Boolean force ,@RequestParam(value = "deleteExtras",defaultValue = "true") Boolean deleteExtras) throws IOException {
|
|
return sceneFileBuildService.rebuildScene(num,force,deleteExtras);
|
|
return sceneFileBuildService.rebuildScene(num,force,deleteExtras);
|
|
}
|
|
}
|
|
|
|
|