|
@@ -134,7 +134,7 @@ public class SceneController extends BaseController {
|
|
|
@SaIgnore
|
|
|
@PostMapping("/getSceneRaw")
|
|
|
@RedisLimit(name = "scene/getSceneRaw", limitCount = 1, period = 1)
|
|
|
-// @ValidateApi(method = "scene:getSceneRaw")
|
|
|
+ @ValidateApi(method = "scene:getSceneRaw")
|
|
|
public ResultData getSceneRaw(@RequestBody @Validated BaseSceneParamVo param) {
|
|
|
ScenePlus scenePlus = scenePlusService.getByNumAndUserId(this.getUserId(), param.getSceneCode());
|
|
|
if (ObjectUtils.isEmpty(scenePlus)) {
|