//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// ***************************************************************************
// * 作者= liyue
// * 创建时间= 2017-10-26
// * 用途= 活动处理器
// ***************************************************************************/
// Generated from: activityFavorHandler.proto
// Note: requires additional types generated from: common.proto
// Note: requires additional types generated from: activityHandler.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
///
/// 每日充值 获取今日充值信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyRechargeGetInfoRequest")]
public partial class DailyRechargeGetInfoRequest : global::ProtoBuf.IExtensible
{
public DailyRechargeGetInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyRechargeGetInfoResponse")]
public partial class DailyRechargeGetInfoResponse : global::ProtoBuf.IExtensible
{
public DailyRechargeGetInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private pomelo.area.totalInfo _totalInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"totalInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.totalInfo totalInfo
{
get { return _totalInfo; }
set { _totalInfo = value; }
}
private int _rechargeNum = default(int);
///
/// 今日充值进度
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"rechargeNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int rechargeNum
{
get { return _rechargeNum; }
set { _rechargeNum = value; }
}
private int _rechargeMax = default(int);
///
/// 今日可领奖的最大额度
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"rechargeMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int rechargeMax
{
get { return _rechargeMax; }
set { _rechargeMax = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 领取今日充值奖励
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyRechargeGetAwardRequest")]
public partial class DailyRechargeGetAwardRequest : global::ProtoBuf.IExtensible
{
public DailyRechargeGetAwardRequest() {}
private int _awardId;
///
/// ActivityConfig表的id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int awardId
{
get { return _awardId; }
set { _awardId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyRechargeGetAwardResponse")]
public partial class DailyRechargeGetAwardResponse : global::ProtoBuf.IExtensible
{
public DailyRechargeGetAwardResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 超值礼包 礼包奖励信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SuperPackageAwardInfo")]
public partial class SuperPackageAwardInfo : global::ProtoBuf.IExtensible
{
public SuperPackageAwardInfo() {}
private int _packageId;
///
/// 礼包 id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"packageId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageId
{
get { return _packageId; }
set { _packageId = value; }
}
private string _packageName;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"packageName", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string packageName
{
get { return _packageName; }
set { _packageName = value; }
}
private string _packageCode;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"packageCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string packageCode
{
get { return _packageCode; }
set { _packageCode = value; }
}
private int _packageNum;
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"packageNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageNum
{
get { return _packageNum; }
set { _packageNum = value; }
}
private string _packageIcon;
///
/// 礼包图标
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"packageIcon", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string packageIcon
{
get { return _packageIcon; }
set { _packageIcon = value; }
}
private int _packageScript;
///
/// 礼包角标
///
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"packageScript", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageScript
{
get { return _packageScript; }
set { _packageScript = value; }
}
private int _packagePrice;
///
/// 礼包价格
///
[global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"packagePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packagePrice
{
get { return _packagePrice; }
set { _packagePrice = value; }
}
private int _packageState;
///
/// 0未购买 1已购买
///
[global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"packageState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageState
{
get { return _packageState; }
set { _packageState = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 礼包信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SuperPackageInfo")]
public partial class SuperPackageInfo : global::ProtoBuf.IExtensible
{
public SuperPackageInfo() {}
private string _beginTime;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private readonly global::System.Collections.Generic.List _superPackageAwardInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"superPackageAwardInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List superPackageAwardInfo
{
get { return _superPackageAwardInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SuperPackageGetInfoRequest")]
public partial class SuperPackageGetInfoRequest : global::ProtoBuf.IExtensible
{
public SuperPackageGetInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SuperPackageGetInfoResponse")]
public partial class SuperPackageGetInfoResponse : global::ProtoBuf.IExtensible
{
public SuperPackageGetInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private pomelo.area.SuperPackageInfo _superPackageInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"superPackageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.SuperPackageInfo superPackageInfo
{
get { return _superPackageInfo; }
set { _superPackageInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SuperPackageBuyPush")]
public partial class SuperPackageBuyPush : global::ProtoBuf.IExtensible
{
public SuperPackageBuyPush() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private int _packageId;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"packageId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageId
{
get { return _packageId; }
set { _packageId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 七日礼包奖励信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SevenDayPackageAwardInfo")]
public partial class SevenDayPackageAwardInfo : global::ProtoBuf.IExtensible
{
public SevenDayPackageAwardInfo() {}
private int _packageId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"packageId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageId
{
get { return _packageId; }
set { _packageId = value; }
}
private string _itemcode;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemcode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string itemcode
{
get { return _itemcode; }
set { _itemcode = value; }
}
private int _itemcount;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"itemcount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int itemcount
{
get { return _itemcount; }
set { _itemcount = value; }
}
private string _itemmodel = "";
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"itemmodel", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string itemmodel
{
get { return _itemmodel; }
set { _itemmodel = value; }
}
private int _state;
///
/// 0未领取 1可领取 2已领取
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 七日礼包信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SevenDayPackageInfo")]
public partial class SevenDayPackageInfo : global::ProtoBuf.IExtensible
{
public SevenDayPackageInfo() {}
private string _beginTime;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private readonly global::System.Collections.Generic.List _sevenDayPackageAwardInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"sevenDayPackageAwardInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List sevenDayPackageAwardInfo
{
get { return _sevenDayPackageAwardInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取七日礼包信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SevenDayPackageGetInfoRequest")]
public partial class SevenDayPackageGetInfoRequest : global::ProtoBuf.IExtensible
{
public SevenDayPackageGetInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SevenDayPackageGetInfoResponse")]
public partial class SevenDayPackageGetInfoResponse : global::ProtoBuf.IExtensible
{
public SevenDayPackageGetInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private pomelo.area.SevenDayPackageInfo _sevenDayPackageInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"sevenDayPackageInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.SevenDayPackageInfo sevenDayPackageInfo
{
get { return _sevenDayPackageInfo; }
set { _sevenDayPackageInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 领取七日礼包
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SevenDayPackageAwardRequest")]
public partial class SevenDayPackageAwardRequest : global::ProtoBuf.IExtensible
{
public SevenDayPackageAwardRequest() {}
private int _packageId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"packageId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageId
{
get { return _packageId; }
set { _packageId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SevenDayPackageAwardResponse")]
public partial class SevenDayPackageAwardResponse : global::ProtoBuf.IExtensible
{
public SevenDayPackageAwardResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 每日抽奖 奖品信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyDrawAwardInfo")]
public partial class DailyDrawAwardInfo : global::ProtoBuf.IExtensible
{
public DailyDrawAwardInfo() {}
private int _id;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private string _code;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string code
{
get { return _code; }
set { _code = value; }
}
private int _num;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int num
{
get { return _num; }
set { _num = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取抽奖界面信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyDrawInfoRequest")]
public partial class DailyDrawInfoRequest : global::ProtoBuf.IExtensible
{
public DailyDrawInfoRequest() {}
private int _id;
///
/// 0:常规活动抽奖 1:春节活动抽奖
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyDrawInfoResponse")]
public partial class DailyDrawInfoResponse : global::ProtoBuf.IExtensible
{
public DailyDrawInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private int _freeCountLeft;
///
/// 免费抽奖次数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"freeCountLeft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int freeCountLeft
{
get { return _freeCountLeft; }
set { _freeCountLeft = value; }
}
private int _exploredTicketCountLeft;
///
/// 剩余探索券
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"exploredTicketCountLeft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int exploredTicketCountLeft
{
get { return _exploredTicketCountLeft; }
set { _exploredTicketCountLeft = value; }
}
private readonly global::System.Collections.Generic.List _awards = new global::System.Collections.Generic.List();
///
/// 总奖励预览
///
[global::ProtoBuf.ProtoMember(5, Name=@"awards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awards
{
get { return _awards; }
}
private string _beginTime;
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe;
[global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private long _freeCountUpdateTimeStamp;
///
/// 免费次数刷新时间
///
[global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"freeCountUpdateTimeStamp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long freeCountUpdateTimeStamp
{
get { return _freeCountUpdateTimeStamp; }
set { _freeCountUpdateTimeStamp = value; }
}
private int _proportion;
///
/// 每个探索券需要多少元宝
///
[global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"proportion", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int proportion
{
get { return _proportion; }
set { _proportion = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 抽奖
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyDrawRequest")]
public partial class DailyDrawRequest : global::ProtoBuf.IExtensible
{
public DailyDrawRequest() {}
private int _timeType;
///
/// 0-单抽1-十连抽
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"timeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int timeType
{
get { return _timeType; }
set { _timeType = value; }
}
private int _costType;
///
/// 0免费抽 1探索券抽 2元宝抽
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"costType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int costType
{
get { return _costType; }
set { _costType = value; }
}
private int _id;
///
/// 0:常规活动抽奖 1:春节活动抽奖
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DailyDrawResponse")]
public partial class DailyDrawResponse : global::ProtoBuf.IExtensible
{
public DailyDrawResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private readonly global::System.Collections.Generic.List _awards = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"awards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awards
{
get { return _awards; }
}
private int _freeCountLeft = default(int);
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"freeCountLeft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int freeCountLeft
{
get { return _freeCountLeft; }
set { _freeCountLeft = value; }
}
private int _exploredTicketCountLeft = default(int);
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"exploredTicketCountLeft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int exploredTicketCountLeft
{
get { return _exploredTicketCountLeft; }
set { _exploredTicketCountLeft = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 资源找回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredItem")]
public partial class RecoveredItem : global::ProtoBuf.IExtensible
{
public RecoveredItem() {}
private string _code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string code
{
get { return _code; }
set { _code = value; }
}
private int _num;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int num
{
get { return _num; }
set { _num = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredSourceInfo")]
public partial class RecoveredSourceInfo : global::ProtoBuf.IExtensible
{
public RecoveredSourceInfo() {}
private int _id;
///
/// 找回资源id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private string _sourceName;
///
/// 找回资源名称
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"sourceName", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string sourceName
{
get { return _sourceName; }
set { _sourceName = value; }
}
private int _minDate;
///
/// 找回资源最小天数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"minDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int minDate
{
get { return _minDate; }
set { _minDate = value; }
}
private int _maxDate;
///
/// 找回资源最大天数
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"maxDate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int maxDate
{
get { return _maxDate; }
set { _maxDate = value; }
}
private int _state;
///
/// 找回资源状态 0未找回 1已找回
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private readonly global::System.Collections.Generic.List _recoveredItems = new global::System.Collections.Generic.List();
///
/// 找回资源物品列表
///
[global::ProtoBuf.ProtoMember(6, Name=@"recoveredItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List recoveredItems
{
get { return _recoveredItems; }
}
private int _needDiamond;
///
/// 完美找回所需元宝
///
[global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"needDiamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int needDiamond
{
get { return _needDiamond; }
set { _needDiamond = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredInfo")]
public partial class RecoveredInfo : global::ProtoBuf.IExtensible
{
public RecoveredInfo() {}
private string _beginTime;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private readonly global::System.Collections.Generic.List _recoveredSourceInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"recoveredSourceInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List recoveredSourceInfo
{
get { return _recoveredSourceInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 资源找回界面信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredInfoRequest")]
public partial class RecoveredInfoRequest : global::ProtoBuf.IExtensible
{
public RecoveredInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredInfoResponse")]
public partial class RecoveredInfoResponse : global::ProtoBuf.IExtensible
{
public RecoveredInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private pomelo.area.RecoveredInfo _recoveredInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"recoveredInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.RecoveredInfo recoveredInfo
{
get { return _recoveredInfo; }
set { _recoveredInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 资源找回领取
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredRequest")]
public partial class RecoveredRequest : global::ProtoBuf.IExtensible
{
public RecoveredRequest() {}
private int _id;
///
/// 找回资源id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private int _type;
///
/// 找回方式:0免费找回,1完美找回
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int type
{
get { return _type; }
set { _type = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecoveredResponse")]
public partial class RecoveredResponse : global::ProtoBuf.IExtensible
{
public RecoveredResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 限时礼包
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"LimitTimeGiftInfo")]
public partial class LimitTimeGiftInfo : global::ProtoBuf.IExtensible
{
public LimitTimeGiftInfo() {}
private int _id;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private int _secondRemain;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"secondRemain", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int secondRemain
{
get { return _secondRemain; }
set { _secondRemain = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"LimitTimeGiftInfoPush")]
public partial class LimitTimeGiftInfoPush : global::ProtoBuf.IExtensible
{
public LimitTimeGiftInfoPush() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private readonly global::System.Collections.Generic.List _limitTimeGiftInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"limitTimeGiftInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List limitTimeGiftInfo
{
get { return _limitTimeGiftInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"LimitTimeGiftInfoRequest")]
public partial class LimitTimeGiftInfoRequest : global::ProtoBuf.IExtensible
{
public LimitTimeGiftInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"LimitTimeGiftInfoResponse")]
public partial class LimitTimeGiftInfoResponse : global::ProtoBuf.IExtensible
{
public LimitTimeGiftInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private readonly global::System.Collections.Generic.List _limitTimeGiftInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"limitTimeGiftInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List limitTimeGiftInfo
{
get { return _limitTimeGiftInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"LimitTimeGiftBuyRequest")]
public partial class LimitTimeGiftBuyRequest : global::ProtoBuf.IExtensible
{
public LimitTimeGiftBuyRequest() {}
private int _id;
///
/// 礼包id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"LimitTimeGiftBuyResponse")]
public partial class LimitTimeGiftBuyResponse : global::ProtoBuf.IExtensible
{
public LimitTimeGiftBuyResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeItem")]
public partial class ContinuousRechargeItem : global::ProtoBuf.IExtensible
{
public ContinuousRechargeItem() {}
private string _code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string code
{
get { return _code; }
set { _code = value; }
}
private int _groupCount;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int groupCount
{
get { return _groupCount; }
set { _groupCount = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 连续充值奖励信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeAwardInfo")]
public partial class ContinuousRechargeAwardInfo : global::ProtoBuf.IExtensible
{
public ContinuousRechargeAwardInfo() {}
private int _day;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int day
{
get { return _day; }
set { _day = value; }
}
private readonly global::System.Collections.Generic.List _item = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(2, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List item
{
get { return _item; }
}
private int _state;
///
/// 0未领取 1可领取 2已领取
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private int _money;
///
/// 充值额度
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"money", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int money
{
get { return _money; }
set { _money = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 连续充值信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeInfo")]
public partial class ContinuousRechargeInfo : global::ProtoBuf.IExtensible
{
public ContinuousRechargeInfo() {}
private string _beginTime;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe = "";
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private readonly global::System.Collections.Generic.List _continuousRechargeAwardInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"continuousRechargeAwardInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List continuousRechargeAwardInfo
{
get { return _continuousRechargeAwardInfo; }
}
private int _day;
///
/// 当前第几天
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int day
{
get { return _day; }
set { _day = value; }
}
private int _currNum = default(int);
///
/// 今日充值进度
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"currNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int currNum
{
get { return _currNum; }
set { _currNum = value; }
}
private int _needNum = default(int);
///
/// 今日所需充值进度
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"needNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int needNum
{
get { return _needNum; }
set { _needNum = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取连续充值信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeGetInfoRequest")]
public partial class ContinuousRechargeGetInfoRequest : global::ProtoBuf.IExtensible
{
public ContinuousRechargeGetInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeGetInfoResponse")]
public partial class ContinuousRechargeGetInfoResponse : global::ProtoBuf.IExtensible
{
public ContinuousRechargeGetInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private pomelo.area.ContinuousRechargeInfo _continuousRechargeInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"continuousRechargeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.ContinuousRechargeInfo continuousRechargeInfo
{
get { return _continuousRechargeInfo; }
set { _continuousRechargeInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 领取连续充值
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeAwardRequest")]
public partial class ContinuousRechargeAwardRequest : global::ProtoBuf.IExtensible
{
public ContinuousRechargeAwardRequest() {}
private int _day;
///
/// 12345,0=领最后那个大礼包....
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int day
{
get { return _day; }
set { _day = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ContinuousRechargeAwardResponse")]
public partial class ContinuousRechargeAwardResponse : global::ProtoBuf.IExtensible
{
public ContinuousRechargeAwardResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 单笔
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeItem")]
public partial class SingleRechargeItem : global::ProtoBuf.IExtensible
{
public SingleRechargeItem() {}
private string _code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string code
{
get { return _code; }
set { _code = value; }
}
private int _groupCount;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int groupCount
{
get { return _groupCount; }
set { _groupCount = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 单笔充值奖励信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeAwardInfo")]
public partial class SingleRechargeAwardInfo : global::ProtoBuf.IExtensible
{
public SingleRechargeAwardInfo() {}
private int _id;
///
/// ID
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private readonly global::System.Collections.Generic.List _item = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(2, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List item
{
get { return _item; }
}
private int _state;
///
/// 0未领取 1可领取 2已领取
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private int _currNum;
///
/// 当前进度
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"currNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int currNum
{
get { return _currNum; }
set { _currNum = value; }
}
private int _needNum;
///
/// 总进度
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"needNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int needNum
{
get { return _needNum; }
set { _needNum = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 单笔充值信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeInfo")]
public partial class SingleRechargeInfo : global::ProtoBuf.IExtensible
{
public SingleRechargeInfo() {}
private string _beginTime;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe = "";
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private readonly global::System.Collections.Generic.List _singleRechargeAwardInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"singleRechargeAwardInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List singleRechargeAwardInfo
{
get { return _singleRechargeAwardInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取单笔充值信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeGetInfoRequest")]
public partial class SingleRechargeGetInfoRequest : global::ProtoBuf.IExtensible
{
public SingleRechargeGetInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeGetInfoResponse")]
public partial class SingleRechargeGetInfoResponse : global::ProtoBuf.IExtensible
{
public SingleRechargeGetInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private pomelo.area.SingleRechargeInfo _singleRechargeInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"singleRechargeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.SingleRechargeInfo singleRechargeInfo
{
get { return _singleRechargeInfo; }
set { _singleRechargeInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 领取单笔充值
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeAwardRequest")]
public partial class SingleRechargeAwardRequest : global::ProtoBuf.IExtensible
{
public SingleRechargeAwardRequest() {}
private int _id;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int id
{
get { return _id; }
set { _id = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SingleRechargeAwardResponse")]
public partial class SingleRechargeAwardResponse : global::ProtoBuf.IExtensible
{
public SingleRechargeAwardResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 每日充值挑战副本信息-请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDailyRechargeDungeonRequest")]
public partial class GetDailyRechargeDungeonRequest : global::ProtoBuf.IExtensible
{
public GetDailyRechargeDungeonRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 每日充值挑战副本信息-返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDailyRechargeDungeonResponse")]
public partial class GetDailyRechargeDungeonResponse : global::ProtoBuf.IExtensible
{
public GetDailyRechargeDungeonResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private long _amount;
///
/// 当日累计充值金额
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"amount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public long amount
{
get { return _amount; }
set { _amount = value; }
}
private readonly global::System.Collections.Generic.List _info = new global::System.Collections.Generic.List();
///
/// 3个副本可挑战状态(0:可挑战 1:已挑战 2:未开启 如:{1,0,0})
///
[global::ProtoBuf.ProtoMember(4, Name=@"info", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List info
{
get { return _info; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 每日签到得好礼信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EveryDayGiftInfo")]
public partial class EveryDayGiftInfo : global::ProtoBuf.IExtensible
{
public EveryDayGiftInfo() {}
private int _packageId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"packageId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int packageId
{
get { return _packageId; }
set { _packageId = value; }
}
private string _itemcode;
///
/// 物品模型
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemcode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string itemcode
{
get { return _itemcode; }
set { _itemcode = value; }
}
private int _itemcount;
///
/// 物品数量
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"itemcount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int itemcount
{
get { return _itemcount; }
set { _itemcount = value; }
}
private string _itemmodel = "";
///
/// 物品模型(暂未用)
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"itemmodel", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string itemmodel
{
get { return _itemmodel; }
set { _itemmodel = value; }
}
private int _state;
///
/// 0未领取 1可领取 2已领取
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 每日得好礼入口(七天签到得xxx)
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EveryDayGiftInfoRequest")]
public partial class EveryDayGiftInfoRequest : global::ProtoBuf.IExtensible
{
public EveryDayGiftInfoRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EveryDayGiftInfoResponse")]
public partial class EveryDayGiftInfoResponse : global::ProtoBuf.IExtensible
{
public EveryDayGiftInfoResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private string _describe;
///
/// 活动规则
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private string _beginTime;
///
/// 活动开始时间
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
///
/// 活动结束时间
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private int _reqUpLevel;
///
/// 仙阶(礼品的级别)
///
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"reqUpLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int reqUpLevel
{
get { return _reqUpLevel; }
set { _reqUpLevel = value; }
}
private readonly global::System.Collections.Generic.List _everyDayGiftInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(7, Name=@"everyDayGiftInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List everyDayGiftInfo
{
get { return _everyDayGiftInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 每日得好礼领取(七天签到得xxx)
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EveryDayGiftAwardRequest")]
public partial class EveryDayGiftAwardRequest : global::ProtoBuf.IExtensible
{
public EveryDayGiftAwardRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EveryDayGiftAwardResponse")]
public partial class EveryDayGiftAwardResponse : global::ProtoBuf.IExtensible
{
public EveryDayGiftAwardResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}