缓存模块
This commit is contained in:
@@ -9,6 +9,8 @@ message RoleBaseInfo
|
||||
string Country = 3; //国家
|
||||
int32 Level = 4; //等级
|
||||
int32 Exp = 5; //当前等级
|
||||
bool Vip = 6; //是否vip
|
||||
VipInfo VipInfo = 7; //vip信息
|
||||
}
|
||||
|
||||
message KeyValueStringInt64
|
||||
@@ -51,6 +53,7 @@ message RoleSimpleInfo
|
||||
string Head = 3; //头像
|
||||
string Country = 4; //国家
|
||||
int32 Level = 5; //等级
|
||||
bool Vip = 6; //是否vip
|
||||
}
|
||||
|
||||
/// VIP信息
|
||||
|
||||
Reference in New Issue
Block a user