|
@@ -139,7 +139,7 @@ public class SceneController extends BaseController {
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "String", required = true)})
|
|
|
@WebControllerLog(description = "VR模型---删除VR模型")
|
|
|
- @CheckScene
|
|
|
+// @CheckScene
|
|
|
public Result delete(@RequestBody RequestScene param, HttpServletRequest request) throws Exception{
|
|
|
if(param.getId() == null){
|
|
|
throw new BaseRuntimeException(LoginConstant.FAILURE_CODE_3001, LoginConstant.FAILURE_MSG_3001);
|