mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 09:48:43 +08:00 
			
		
		
		
	【解决todo】image 删除重命名改为 my delete
This commit is contained in:
		| @@ -77,12 +77,11 @@ public class AiImageController { | ||||
|         return success(null); | ||||
|     } | ||||
|  | ||||
|     // TODO @fan:类似 /my-page 的建议 | ||||
|     @Operation(summary = "删除【我的】绘画记录") | ||||
|     @DeleteMapping("/delete-my") | ||||
|     @DeleteMapping("/my-delete") | ||||
|     @Parameter(name = "id", required = true, description = "绘画编号", example = "1024") | ||||
|     public CommonResult<Boolean> deleteMy(@RequestParam("id") Long id) { | ||||
|         return success(aiImageService.deleteMy(id, getLoginUserId())); | ||||
|     public CommonResult<Boolean> myDelete(@RequestParam("id") Long id) { | ||||
|         return success(aiImageService.myDelete(id, getLoginUserId())); | ||||
|     } | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 cherishsince
					cherishsince