chore: update memo stats response

This commit is contained in:
Steven
2024-01-17 09:17:33 +08:00
parent 9ffd827028
commit cc43d06d33
7 changed files with 160 additions and 150 deletions

View File

@@ -244,7 +244,7 @@ message GetUserMemosStatsRequest {
}
message GetUserMemosStatsResponse {
// memo_creation_stats is the stats of memo creation.
// key is the year-month-day string. e.g. "2020-01-01". value is the count of memos created.
map<string, int32> memo_creation_stats = 1;
// stats is the stats of memo creating/updating activities.
// key is the year-month-day string. e.g. "2020-01-01".
map<string, int32> stats = 1;
}