liuxiaolong
2019-07-05 2ad6896f54e43b28bff3bd3b07f96763b1e36801
controllers/user.go
@@ -74,6 +74,10 @@
      c.JSON(http.StatusUnauthorized,"")
   }
}
// @Router /data/api-u/sys/refresh_token [post]
func (controller UserController) RefreshToken(c *gin.Context){
}
func (controller UserController) Logout(c *gin.Context){