TASK:模块化;
This commit is contained in:
@@ -279,7 +279,7 @@ public class SavedCollectionController {
|
||||
|
||||
@ApiOperation(value = "brandDNAUpload")
|
||||
@PostMapping("/brandDNAUpload")
|
||||
public Response<String> brandDNAUpload(@RequestParam("file") MultipartFile file, @RequestParam("brandId") Long brandId) throws IOException {
|
||||
public Response<Library> 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