mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-18 03:27:48 +08:00
修复用户删除失败,#636
This commit is contained in:
parent
4c66f6b29e
commit
72e91f693c
@ -125,8 +125,8 @@ public class UserController {
|
||||
}
|
||||
}
|
||||
|
||||
@DeleteMapping("/删除用户")
|
||||
@Operation(summary = "停止视频回放")
|
||||
@DeleteMapping("/delete")
|
||||
@Operation(summary = "删除用户")
|
||||
@Parameter(name = "id", description = "用户Id", required = true)
|
||||
public void delete(@RequestParam Integer id){
|
||||
// 获取当前登录用户id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user