|
@@ -351,4 +351,18 @@ message HttpGetVersionResponse
|
|
string Message = 2;
|
|
string Message = 2;
|
|
int64 Version = 3; // 版本号
|
|
int64 Version = 3; // 版本号
|
|
string Url = 4; // 新包地址
|
|
string Url = 4; // 新包地址
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+//ResponseType G2C_BattleNotify
|
|
|
|
+message C2G_BattleNotify // IRequest
|
|
|
|
+{
|
|
|
|
+ int32 RpcId = 1;
|
|
|
|
+ string Message = 2;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+message G2C_BattleNotify // IResponse
|
|
|
|
+{
|
|
|
|
+ int32 RpcId = 1;
|
|
|
|
+ int32 Error = 2;
|
|
|
|
+ string Message = 3;
|
|
}
|
|
}
|