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

Method logout

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

退出

(HttpServletRequest request)

Source from the content-addressed store, hash-verified

78 * 退出
79 */
80 @GetMapping(value = "logout")
81 public R logout(HttpServletRequest request) {
82 request.getSession().invalidate();
83 return R.ok("退出成功");
84 }
85
86 /**
87 * 密码重置

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected