From 4a4202c98385a2cd7fb05084985a32ada8ede893 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 17 七月 2019 11:15:24 +0800 Subject: [PATCH] add logout --- controllers/user.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/user.go b/controllers/user.go index 48a3121..718da24 100644 --- a/controllers/user.go +++ b/controllers/user.go @@ -80,5 +80,5 @@ } func (controller UserController) Logout(c *gin.Context){ - + c.JSON(http.StatusOK,"閫�鍑烘垚鍔�") } \ No newline at end of file -- Gitblit v1.8.0