Skip to content

Commit 96351f6

Browse files
committed
fix: 🐛 var naming
1 parent 9450759 commit 96351f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proto/wechaty/puppet/post.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ message PostPayloadClient {
8383
message PostQueryFilter {
8484
optional string contact_id = 1;
8585
optional string id = 2;
86-
optional string orderBy = 3;
87-
optional string parentId = 4;
88-
optional string rootId = 5;
86+
optional string order_by = 3;
87+
optional string parent_id = 4;
88+
optional string root_id = 5;
8989
optional PostType type = 6;
9090
}
9191

0 commit comments

Comments
 (0)