add user register IP

This commit is contained in:
skiffer-git
2022-08-19 21:37:39 +08:00
parent dd001ab0e7
commit 5d661f2fc6
4 changed files with 2907 additions and 4567 deletions
+2893 -4567
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -188,6 +188,7 @@ message User{
int32 Gender = 12;
int32 LoginLimit = 13;
bool IsBlock = 14;
string RegisterIp = 15;
}
message GetUserByIdResp{