|
@@ -721,6 +721,24 @@ namespace ET
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ [Message(OuterMessage.HttpGetVersionResponse)]
|
|
|
|
+ [ProtoContract]
|
|
|
|
+ public partial class HttpGetVersionResponse: ProtoObject
|
|
|
|
+ {
|
|
|
|
+ [ProtoMember(1)]
|
|
|
|
+ public int Error { get; set; }
|
|
|
|
+
|
|
|
|
+ [ProtoMember(2)]
|
|
|
|
+ public string Message { get; set; }
|
|
|
|
+
|
|
|
|
+ [ProtoMember(3)]
|
|
|
|
+ public long Version { get; set; }
|
|
|
|
+
|
|
|
|
+ [ProtoMember(4)]
|
|
|
|
+ public string Url { get; set; }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
public static class OuterMessage
|
|
public static class OuterMessage
|
|
{
|
|
{
|
|
public const ushort HttpGetRouterResponse = 10002;
|
|
public const ushort HttpGetRouterResponse = 10002;
|
|
@@ -771,5 +789,6 @@ namespace ET
|
|
public const ushort G2C_Benchmark = 10047;
|
|
public const ushort G2C_Benchmark = 10047;
|
|
public const ushort R2C_Disconnect = 10048;
|
|
public const ushort R2C_Disconnect = 10048;
|
|
public const ushort HttpDouyinApiCallbackResponse = 10049;
|
|
public const ushort HttpDouyinApiCallbackResponse = 10049;
|
|
|
|
+ public const ushort HttpGetVersionResponse = 10050;
|
|
}
|
|
}
|
|
}
|
|
}
|