sunty
2019-07-22 5e664037b47b68b1ba28e07cefcfcec2795fbeed
controllers/user.go
@@ -74,7 +74,12 @@
      c.JSON(http.StatusUnauthorized,"")
   }
}
// @Router /data/api-u/sys/refresh_token [post]
func (controller UserController) RefreshToken(c *gin.Context){
}
// @Router /data/api-u/sys/logout [get]
func (controller UserController) Logout(c *gin.Context){
   c.JSON(http.StatusOK,"退出成功")
}