Merge remote-tracking branch 'origin/v3dev' into v3dev

# Conflicts:
#	pkg/proto/user/user.pb.go
This commit is contained in:
Gordon
2023-07-03 17:14:33 +08:00
27 changed files with 443 additions and 627 deletions
+2 -1
View File
@@ -142,7 +142,8 @@ message userRegisterCountReq {
message userRegisterCountResp {
int64 total = 1;
map<string, int64> count = 2;
int64 before = 2;
map<string, int64> count = 3;
}
service user {