Browse Source

增加系统配置接口

kobe6258 6 tháng trước cách đây
mục cha
commit
ed53625e84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -641,7 +641,7 @@ func (u *UserController) MessageList() {
 	resp.List = messages
 	br.Ret = 200
 	br.Success = true
-	br.Data = messages
+	br.Data = resp
 	br.Msg = "获取成功"
 }