MCPcopy Create free account
hub / github.com/bsxj97/flower-mall / delete

Method delete

src/main/java/com/controller/UserController.java:170–174  ·  view source on GitHub ↗

删除

(@RequestBody Long[] ids)

Source from the content-addressed store, hash-verified

168 * 删除
169 */
170 @RequestMapping("/delete")
171 public R delete(@RequestBody Long[] ids){
172 userService.deleteBatchIds(Arrays.asList(ids));
173 return R.ok();
174 }
175}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected