[+] Proto

[+] Proto
This commit is contained in:
ALEXTANG
2023-05-19 00:03:18 +08:00
parent 4253a81e78
commit 07c459051f
8 changed files with 2402 additions and 9 deletions

View File

@@ -11,15 +11,13 @@ message ProtoResult
repeated string Params = 3;//Ret描述的文本参数
}
MsgId CS_CMD_HEATBEAT_REQ = 1001; //心跳请求
// 心跳请求
message CSHeatBeatReq
{
float HeatEchoTime = 1; //客户端的请求时间,服务器原包带回
}
MsgId CS_CMD_HEATBEAT_RES = 1002; //心跳回
// 角色登录结果返回
// 心跳
message CSHeatBeatRes
{
float HeatEchoTime = 1; //客户端的请求时间,服务器原包带回