删除
(@RequestBody Long[] ids)
| 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 | * 提醒接口 |
nothing calls this directly
no outgoing calls
no test coverage detected