Commit 5653f03e by xuzhenhao

增加了注销功能

1 parent 3bae0351
Showing with 1 additions and 0 deletions
......@@ -20,5 +20,6 @@ func initRouter() *gin.Engine {
router.POST("user/checkusername", CheckUserNameRepeatApi)
router.POST("user/changepassword", ChangeUserPasswordApi)
router.GET("user/checkloginstate", CheckUserLoginStateApi)
router.GET("user/logout", UserLogoutApi)
return router
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!