feat: compose response data

This commit is contained in:
email
2022-02-04 17:06:04 +08:00
parent d6418f5ff9
commit d609f2741d
8 changed files with 28 additions and 17 deletions

View File

@ -7,7 +7,7 @@ type User struct {
OpenId string `json:"openId"`
Name string `json:"name"`
Password string
Password string `json:"-"`
}
type UserCreate struct {