Skip to content

Commit

Permalink
update: remove email in user info
Browse files Browse the repository at this point in the history
  • Loading branch information
asjdf committed Nov 22, 2023
1 parent c53358e commit 1357a32
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 37 deletions.
4 changes: 0 additions & 4 deletions gen/openapi/user/v1/user_service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@
"avatar": {
"type": "string",
"title": "头像链接"
},
"email": {
"type": "string",
"title": "邮箱"
}
}
},
Expand Down
52 changes: 21 additions & 31 deletions gen/proto/user/v1/user.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion gen/proto/user/v1/user.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ export type User = {
nickName?: string
status?: UserStatus
avatar?: string
email?: string
}
1 change: 0 additions & 1 deletion proto/user/v1/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ message User {
string nickName = 2; // 用户名
UserStatus status = 3; // 用户状态
string avatar = 4; // 头像链接
string email = 5; // 邮箱
}

0 comments on commit 1357a32

Please sign in to comment.