|
@@ -25,7 +25,7 @@ public class SceneBackController {
|
|
return ResultData.ok(fdkkSceneService.list(param,token));
|
|
return ResultData.ok(fdkkSceneService.list(param,token));
|
|
}
|
|
}
|
|
@PostMapping("/allList")
|
|
@PostMapping("/allList")
|
|
- public ResultData allList(@RequestBody FdkkAllSceneRequest param, @RequestHeader String token ){
|
|
|
|
|
|
+ public ResultData allList(@RequestBody FdkkSceneListRequest param, @RequestHeader String token ){
|
|
FdkkResponse fdkkResponse = fdkkSceneService.allList(param,token);
|
|
FdkkResponse fdkkResponse = fdkkSceneService.allList(param,token);
|
|
JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(fdkkResponse.getData()));
|
|
JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(fdkkResponse.getData()));
|
|
return ResultData.ok(fdkkResponse.getMsg(),jsonObject.get("list"));
|
|
return ResultData.ok(fdkkResponse.getMsg(),jsonObject.get("list"));
|