提交 7999c1fb 编写于 作者: U UlricQin

render user json do not return uuid

上级 bec893d6
......@@ -20,7 +20,7 @@ import (
type User struct {
Id int64 `json:"id"`
UUID string `json:"uuid" xorm:"'uuid'"`
UUID string `json:"-" xorm:"'uuid'"`
Username string `json:"username"`
Password string `json:"-"`
Dispname string `json:"dispname"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册