|
@@ -1026,7 +1026,7 @@ public class SceneEditController extends BaseController {
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
@CheckCooperationPermit
|
|
@CheckCooperationPermit
|
|
- @GetMapping(value = "/mosaics/list")
|
|
|
|
|
|
+ @PostMapping(value = "/mosaics/list")
|
|
public ResultData getMosaicList(@RequestBody @Validated BaseSceneParamVO param) throws Exception{
|
|
public ResultData getMosaicList(@RequestBody @Validated BaseSceneParamVO param) throws Exception{
|
|
return sceneEditInfoService.getMosaicList(param);
|
|
return sceneEditInfoService.getMosaicList(param);
|
|
}
|
|
}
|