TASK:模块化;
This commit is contained in:
@@ -291,7 +291,7 @@ public class SavedCollectionController {
|
||||
|
||||
@ApiOperation(value = "brandDNAUpload")
|
||||
@PostMapping("/brandDNAUpload")
|
||||
public Response<Library> brandDNAUpload(@RequestParam("file") MultipartFile file, @RequestParam("brandId") Long brandId) throws IOException {
|
||||
public Response<LibraryUpdateVo> brandDNAUpload(@RequestParam("file") MultipartFile file, @RequestParam("brandId") Long brandId) throws IOException {
|
||||
return Response.success(userLikeGroupService.brandDNAUpload(file, brandId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user