123333
This commit is contained in:
@@ -100,6 +100,14 @@ public class AuthAppController {
|
||||
return R.ok(vo);
|
||||
}
|
||||
|
||||
@PostMapping("/loginOut")
|
||||
@Operation(summary = "登出")
|
||||
@Log(title = "登出", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<Void> loginOut(){
|
||||
caiLoginManager.logout();
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
@PostMapping("/resetPassword")
|
||||
@Operation(summary = "重置密码")
|
||||
@Log(title = "重置密码", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
|
||||
Reference in New Issue
Block a user