@@ -118,6 +118,7 @@ func (c *Controller) UpdateUserInfo() {
c.ErrorJson(err)
return
}
+ c.SetSession("user", *resp)
c.SetData(resp).Json()