Skip to content

Commit

Permalink
修改内部调用
Browse files Browse the repository at this point in the history
  • Loading branch information
ygxiaobai111 committed Aug 27, 2023
1 parent 96c6b89 commit 88517b0
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 91 deletions.
135 changes: 67 additions & 68 deletions pkg/pb/user.pb.go

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

27 changes: 19 additions & 8 deletions pkg/pb/user_grpc.pb.go

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

8 changes: 4 additions & 4 deletions pkg/proto/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ message User {
bool is_follow = 5; //是否关注
int64 fav_count = 6; // 点赞数量(赞过)
int64 work_count =7; //投稿视频数
int32 get_fav_count = 8; // 获赞数量(被赞过)
string background_image=9;
string signature=10;
string total_favorited=11;
int32 total_favorited = 8; // 获赞数量(被赞过)
string background_image=9; //背景
string signature=10; //个人简介
string avatar=11; //头像
}

//注册
Expand Down
Loading

0 comments on commit 88517b0

Please sign in to comment.