fix: user api

This commit is contained in:
email
2022-02-04 21:24:21 +08:00
parent 3fa918169e
commit 825bea59f0
9 changed files with 82 additions and 21 deletions

View File

@@ -29,8 +29,9 @@ type UserPatch struct {
type UserFind struct {
Id *int `json:"id"`
Name *string `json:"name"`
OpenId *string
Name *string `json:"name"`
Password *string
OpenId *string
}
type UserRenameCheck struct {