Skip to content

Commit

Permalink
Fix/修改relation服务 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin authored Apr 13, 2024
1 parent 385ef3a commit d2f4a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudmind/core_api/platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ message GetCommentsResp {

message GetCommentBlocksReq {
string subjectId = 1;
string fatherId = 2;
string rootId = 2;
optional int64 limit = 3;
optional string lastToken = 4;
optional bool backward = 5;
Expand Down

0 comments on commit d2f4a2b

Please sign in to comment.