feat: vue-mobile => 完成移动端聊天配置功能

This commit is contained in:
RockYang
2023-06-26 18:18:45 +08:00
parent 6a733de556
commit 5187a43543
13 changed files with 189 additions and 36 deletions

View File

@@ -289,8 +289,6 @@ func (h *UserHandler) Profile(c *gin.Context) {
}
userVo.Id = user.Id
userVo.CreatedAt = user.CreatedAt.Unix()
userVo.UpdatedAt = user.UpdatedAt.Unix()
resp.SUCCESS(c, userVo)
}