init
This commit is contained in:
@@ -98,8 +98,8 @@ public class UserAppController {
|
||||
}
|
||||
|
||||
@PostMapping("/user/remove/picture")
|
||||
@Operation(summary = "删除用户照片")
|
||||
@Log(title = "删除用户照片", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
@Operation(summary = "批量删除用户照片")
|
||||
@Log(title = "批量删除用户照片", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<Void> removeUserPicture(@RequestBody IdsReq req){
|
||||
List<Long> ids = Arrays.stream(req.getIds().split(","))
|
||||
.map(Long::valueOf)
|
||||
|
||||
Reference in New Issue
Block a user