更新协议

This commit is contained in:
hahwu 2024-11-26 18:58:52 +08:00
parent f9f26dd049
commit 0c6f6cb075
2 changed files with 11 additions and 7 deletions

View File

@ -1133,6 +1133,12 @@ message ResShippingOrder{
}
```
## 好友邀请
```protobuf
```
## 后台
## SDK

View File

@ -2831,13 +2831,11 @@ message ResPlayerRank{
}
message ResFriendLog{
int32 Uid = 1;
string Name = 2;
int32 Face = 3;
int32 Avatar = 4;
int32 Level = 5;
int32 Type =6;
int32 Time = 7;
ResPlayerSimple Player = 1;
int32 Type =2;
int32 Time = 3;
string Param = 4;
string Id = 5;
}
message NotifyFriendCard{