Skip to content

Commit

Permalink
feat: 增加传donateId
Browse files Browse the repository at this point in the history
  • Loading branch information
Cbgogogog committed Dec 3, 2023
1 parent 773494e commit 1e73652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meowchat/content/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ message Donation {
Plan plan = 1;
int64 donateTime = 2;
int64 donateNum = 3;
string donateId = 4;
}

message SearchField {
Expand Down
1 change: 1 addition & 0 deletions meowchat/core_api/plan.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ message Donation {
Plan plan = 1;
int64 donateTime = 2;
int64 donateNum = 3;
string donateId = 4;
}


Expand Down

0 comments on commit 1e73652

Please sign in to comment.