Skip to content

Commit

Permalink
修改proto文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapha-29 committed Aug 21, 2023
1 parent 6b78960 commit 93f0874
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 67 deletions.
130 changes: 65 additions & 65 deletions pkg/pb/comment.pb.go

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

150 changes: 150 additions & 0 deletions pkg/pb/comment_grpc.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/comment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ message douyin_comment_list_response {
}

// 评论接口方法
service video_center {
service comment_center {
// 评论操作
rpc ActionComment(douyin_comment_action_request) returns (douyin_comment_action_response);
// 评论列表
Expand Down
Loading

0 comments on commit 93f0874

Please sign in to comment.