liuxiaolong
2019-07-11 f5bd3c09e7d38754e58d7d4c5a1260c22cdba29d
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){