_xianYuanHandler.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // ***************************************************************************
  10. // * 作者= wht
  11. // * 创建时间= 2017-04-14
  12. // * 用途= 仙缘数据
  13. // ***************************************************************************/
  14. // Generated from: xianYuanHandler.proto
  15. namespace pomelo.xianyuan
  16. {
  17. //---------------------------------------------------------------------------------------
  18. /// <summary>
  19. /// 打开仙缘界面请求
  20. /// </summary>
  21. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"XianYuanRequest")]
  22. public partial class XianYuanRequest : global::ProtoBuf.IExtensible
  23. {
  24. public XianYuanRequest() {}
  25. private global::ProtoBuf.IExtension extensionObject;
  26. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  27. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  28. }
  29. //---------------------------------------------------------------------------------------
  30. /// <summary>
  31. /// 每个仙缘获取渠道的获取信息
  32. /// </summary>
  33. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"XianYuanGetInfo")]
  34. public partial class XianYuanGetInfo : global::ProtoBuf.IExtensible
  35. {
  36. public XianYuanGetInfo() {}
  37. private int _configId = default(int);
  38. /// <summary>
  39. /// 配置ID
  40. /// </summary>
  41. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"configId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  42. [global::System.ComponentModel.DefaultValue(default(int))]
  43. public int configId
  44. {
  45. get { return _configId; }
  46. set { _configId = value; }
  47. }
  48. private int _todayRecive = default(int);
  49. /// <summary>
  50. /// 今日获得
  51. /// </summary>
  52. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"todayRecive", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  53. [global::System.ComponentModel.DefaultValue(default(int))]
  54. public int todayRecive
  55. {
  56. get { return _todayRecive; }
  57. set { _todayRecive = value; }
  58. }
  59. private int _todayLimite = default(int);
  60. /// <summary>
  61. /// 获得上限
  62. /// </summary>
  63. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"todayLimite", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  64. [global::System.ComponentModel.DefaultValue(default(int))]
  65. public int todayLimite
  66. {
  67. get { return _todayLimite; }
  68. set { _todayLimite = value; }
  69. }
  70. private global::ProtoBuf.IExtension extensionObject;
  71. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  72. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  73. }
  74. //---------------------------------------------------------------------------------------
  75. /// <summary>
  76. /// 打开仙缘界面响应
  77. /// </summary>
  78. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"XianYuanResponse")]
  79. public partial class XianYuanResponse : global::ProtoBuf.IExtensible
  80. {
  81. public XianYuanResponse() {}
  82. private int _s2c_code;
  83. /// <summary>
  84. /// 状态(1成功、0失败)
  85. /// </summary>
  86. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  87. public int s2c_code
  88. {
  89. get { return _s2c_code; }
  90. set { _s2c_code = value; }
  91. }
  92. private string _s2c_msg = "";
  93. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  94. [global::System.ComponentModel.DefaultValue("")]
  95. public string s2c_msg
  96. {
  97. get { return _s2c_msg; }
  98. set { _s2c_msg = value; }
  99. }
  100. private int _totalXianYuan = default(int);
  101. /// <summary>
  102. /// 总仙缘值
  103. /// </summary>
  104. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"totalXianYuan", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  105. [global::System.ComponentModel.DefaultValue(default(int))]
  106. public int totalXianYuan
  107. {
  108. get { return _totalXianYuan; }
  109. set { _totalXianYuan = value; }
  110. }
  111. private readonly global::System.Collections.Generic.List<pomelo.xianyuan.XianYuanGetInfo> _xianYuanGetInfo = new global::System.Collections.Generic.List<pomelo.xianyuan.XianYuanGetInfo>();
  112. [global::ProtoBuf.ProtoMember(4, Name=@"xianYuanGetInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  113. public global::System.Collections.Generic.List<pomelo.xianyuan.XianYuanGetInfo> xianYuanGetInfo
  114. {
  115. get { return _xianYuanGetInfo; }
  116. }
  117. private global::ProtoBuf.IExtension extensionObject;
  118. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  119. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  120. }
  121. }