|
@@ -69,7 +69,6 @@ public class SceneEditController extends BaseController {
|
|
|
* 删除oss的数据
|
|
|
* @return
|
|
|
*/
|
|
|
- @CheckCurrentUser(description = "删除oss的数据")
|
|
|
@RequestMapping(value = "/deleteOss", method = RequestMethod.POST)
|
|
|
public ResultData deleteOss(@RequestParam("filePath")String filePath) throws Exception {
|
|
|
fYunFileService.deleteFile(filePath);
|