TASK:模块化;

This commit is contained in:
shahaibo
2025-03-27 13:55:16 +08:00
parent 33582922be
commit 78a5bebb4f
4 changed files with 17 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ public class SavedCollectionController {
@ApiOperation(value = "brandLogoUpload")
@PostMapping("/brandLogoUpload")
public Response<String> brandDNASaveOrUpdate(@RequestParam("file") MultipartFile file) {
public Response<BrandLogoUploadVO> brandDNASaveOrUpdate(@RequestParam("file") MultipartFile file) {
return Response.success(userLikeGroupService.brandLogoUpload(file));
}