@@ -6,7 +6,7 @@ package com.fdkankan.common.exception;
public class BaseRuntimeException extends RuntimeException{
private static final long serialVersionUID = -1518945670203783450L;
- private final int DEFAULT = 9999;
+ private final int DEFAULT = 1;
private Integer code;
private String msg;
@@ -643,7 +643,7 @@ public class SceneController extends BaseController {
*/
@ApiOperation("修改场景状态")
@RequestMapping(value = "/statisticsPoints", method = RequestMethod.POST)
- @CheckScene
+// @CheckScene
@ApiImplicitParams({
@ApiImplicitParam(name = "sceneNum", value = "场景码", dataType = "String", required = true)
})
@@ -1147,7 +1147,7 @@ public class SceneEditController extends BaseController {
@ApiOperation("控制球幕视频")
@CheckCurrentUser(description = "控制球幕视频")
@PostMapping("/operaVideo")
public ViewResult operaVideo(OperaVideoParam operaVideoDTO) throws Exception{
sceneProService.operaVideo(operaVideoDTO);