更新协议

This commit is contained in:
hahwu 2024-11-29 09:39:14 +08:00
parent 397ed0d3d4
commit 51548ba710

View File

@ -484,6 +484,11 @@ message ReqGetFriendCard{
string Id = 1;
}
message ResGetFriendCard{
RES_CODE Code = 1;
string Msg = 2;
}
```
## 引导