UserRegisterCount

This commit is contained in:
withchao
2023-07-03 15:59:42 +08:00
parent 840e79ca16
commit 3de21d13bd
6 changed files with 104 additions and 82 deletions
+2 -1
View File
@@ -141,7 +141,8 @@ message userRegisterCountReq {
message userRegisterCountResp {
int64 total = 1;
map<string, int64> count = 2;
int64 before = 2;
map<string, int64> count = 3;
}
service user {