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

Method delete

src/main/java/com/controller/ChatController.java:182–186  ·  view source on GitHub ↗

删除

(@RequestBody Long[] ids)

Source from the content-addressed store, hash-verified

180 * 删除
181 */
182 @RequestMapping("/delete")
183 public R delete(@RequestBody Long[] ids){
184 chatService.deleteBatchIds(Arrays.asList(ids));
185 return R.ok();
186 }
187
188 /**
189 * 提醒接口

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected