协议更新
This commit is contained in:
parent
efc8aa3dde
commit
260b299f08
@ -37,8 +37,6 @@ local ProtoMsgType = {
|
|||||||
[822918426] = "MatchRsp",
|
[822918426] = "MatchRsp",
|
||||||
[834139466] = "ChapterGoldChallengeStartReq",
|
[834139466] = "ChapterGoldChallengeStartReq",
|
||||||
[834141299] = "ChapterGoldChallengeStartRsp",
|
[834141299] = "ChapterGoldChallengeStartRsp",
|
||||||
[850670891] = "SummerBountyClaimByDiamondReq",
|
|
||||||
[850672724] = "SummerBountyClaimByDiamondRsp",
|
|
||||||
[904222760] = "ArenaBountyLevelUnlockReq",
|
[904222760] = "ArenaBountyLevelUnlockReq",
|
||||||
[904224593] = "ArenaBountyLevelUnlockRsp",
|
[904224593] = "ArenaBountyLevelUnlockRsp",
|
||||||
[1008447203] = "DeleteReq",
|
[1008447203] = "DeleteReq",
|
||||||
@ -63,6 +61,7 @@ local ProtoMsgType = {
|
|||||||
[1571186308] = "ChapterShardsChallengeFarmRsp",
|
[1571186308] = "ChapterShardsChallengeFarmRsp",
|
||||||
[1584689751] = "ActPaidResultReq",
|
[1584689751] = "ActPaidResultReq",
|
||||||
[1584691584] = "ActPaidResultRsp",
|
[1584691584] = "ActPaidResultRsp",
|
||||||
|
[1635643251] = "RecoveryNtf",
|
||||||
[1646412046] = "ChapterDailyChallengeSettlementReq",
|
[1646412046] = "ChapterDailyChallengeSettlementReq",
|
||||||
[1646413879] = "ChapterDailyChallengeSettlementRsp",
|
[1646413879] = "ChapterDailyChallengeSettlementRsp",
|
||||||
[1651833678] = "ChapterWeaponChallengeStartReq",
|
[1651833678] = "ChapterWeaponChallengeStartReq",
|
||||||
@ -130,8 +129,6 @@ local ProtoMsgType = {
|
|||||||
[3024280247] = "PVPSeasonRewardRsp",
|
[3024280247] = "PVPSeasonRewardRsp",
|
||||||
[3038151923] = "TaskDailyRefreshReq",
|
[3038151923] = "TaskDailyRefreshReq",
|
||||||
[3038153756] = "TaskDailyRefreshRsp",
|
[3038153756] = "TaskDailyRefreshRsp",
|
||||||
[3039097236] = "SummerBountyClaimReq",
|
|
||||||
[3039099069] = "SummerBountyClaimRsp",
|
|
||||||
[3058879524] = "PVPRankReq",
|
[3058879524] = "PVPRankReq",
|
||||||
[3058881357] = "PVPRankRsp",
|
[3058881357] = "PVPRankRsp",
|
||||||
[3062745642] = "FundAwardReq",
|
[3062745642] = "FundAwardReq",
|
||||||
@ -175,8 +172,6 @@ local ProtoMsgType = {
|
|||||||
[3663247602] = "MallDailyResetNtf",
|
[3663247602] = "MallDailyResetNtf",
|
||||||
[3663314292] = "MallDailyResetReq",
|
[3663314292] = "MallDailyResetReq",
|
||||||
[3663316125] = "MallDailyResetRsp",
|
[3663316125] = "MallDailyResetRsp",
|
||||||
[3739566473] = "SummerDataReq",
|
|
||||||
[3739568306] = "SummerDataRsp",
|
|
||||||
[3741702491] = "MallDailyOverDayReq",
|
[3741702491] = "MallDailyOverDayReq",
|
||||||
[3741704324] = "MallDailyOverDayRsp",
|
[3741704324] = "MallDailyOverDayRsp",
|
||||||
[3757169544] = "BountyRewardReq",
|
[3757169544] = "BountyRewardReq",
|
||||||
@ -195,8 +190,6 @@ local ProtoMsgType = {
|
|||||||
[4133059579] = "ChapterGoldChallengeFarmRsp",
|
[4133059579] = "ChapterGoldChallengeFarmRsp",
|
||||||
[4152754481] = "PVPChallengeStartReq",
|
[4152754481] = "PVPChallengeStartReq",
|
||||||
[4152756314] = "PVPChallengeStartRsp",
|
[4152756314] = "PVPChallengeStartRsp",
|
||||||
[4155165814] = "SummerTaskClaimReq",
|
|
||||||
[4155167647] = "SummerTaskClaimRsp",
|
|
||||||
[4256333947] = "ExistReq",
|
[4256333947] = "ExistReq",
|
||||||
[4256335780] = "ExistRsp",
|
[4256335780] = "ExistRsp",
|
||||||
},
|
},
|
||||||
@ -238,8 +231,6 @@ local ProtoMsgType = {
|
|||||||
MatchRsp = 822918426,
|
MatchRsp = 822918426,
|
||||||
ChapterGoldChallengeStartReq = 834139466,
|
ChapterGoldChallengeStartReq = 834139466,
|
||||||
ChapterGoldChallengeStartRsp = 834141299,
|
ChapterGoldChallengeStartRsp = 834141299,
|
||||||
SummerBountyClaimByDiamondReq = 850670891,
|
|
||||||
SummerBountyClaimByDiamondRsp = 850672724,
|
|
||||||
ArenaBountyLevelUnlockReq = 904222760,
|
ArenaBountyLevelUnlockReq = 904222760,
|
||||||
ArenaBountyLevelUnlockRsp = 904224593,
|
ArenaBountyLevelUnlockRsp = 904224593,
|
||||||
DeleteReq = 1008447203,
|
DeleteReq = 1008447203,
|
||||||
@ -264,6 +255,7 @@ local ProtoMsgType = {
|
|||||||
ChapterShardsChallengeFarmRsp = 1571186308,
|
ChapterShardsChallengeFarmRsp = 1571186308,
|
||||||
ActPaidResultReq = 1584689751,
|
ActPaidResultReq = 1584689751,
|
||||||
ActPaidResultRsp = 1584691584,
|
ActPaidResultRsp = 1584691584,
|
||||||
|
RecoveryNtf = 1635643251,
|
||||||
ChapterDailyChallengeSettlementReq = 1646412046,
|
ChapterDailyChallengeSettlementReq = 1646412046,
|
||||||
ChapterDailyChallengeSettlementRsp = 1646413879,
|
ChapterDailyChallengeSettlementRsp = 1646413879,
|
||||||
ChapterWeaponChallengeStartReq = 1651833678,
|
ChapterWeaponChallengeStartReq = 1651833678,
|
||||||
@ -331,8 +323,6 @@ local ProtoMsgType = {
|
|||||||
PVPSeasonRewardRsp = 3024280247,
|
PVPSeasonRewardRsp = 3024280247,
|
||||||
TaskDailyRefreshReq = 3038151923,
|
TaskDailyRefreshReq = 3038151923,
|
||||||
TaskDailyRefreshRsp = 3038153756,
|
TaskDailyRefreshRsp = 3038153756,
|
||||||
SummerBountyClaimReq = 3039097236,
|
|
||||||
SummerBountyClaimRsp = 3039099069,
|
|
||||||
PVPRankReq = 3058879524,
|
PVPRankReq = 3058879524,
|
||||||
PVPRankRsp = 3058881357,
|
PVPRankRsp = 3058881357,
|
||||||
FundAwardReq = 3062745642,
|
FundAwardReq = 3062745642,
|
||||||
@ -376,8 +366,6 @@ local ProtoMsgType = {
|
|||||||
MallDailyResetNtf = 3663247602,
|
MallDailyResetNtf = 3663247602,
|
||||||
MallDailyResetReq = 3663314292,
|
MallDailyResetReq = 3663314292,
|
||||||
MallDailyResetRsp = 3663316125,
|
MallDailyResetRsp = 3663316125,
|
||||||
SummerDataReq = 3739566473,
|
|
||||||
SummerDataRsp = 3739568306,
|
|
||||||
MallDailyOverDayReq = 3741702491,
|
MallDailyOverDayReq = 3741702491,
|
||||||
MallDailyOverDayRsp = 3741704324,
|
MallDailyOverDayRsp = 3741704324,
|
||||||
BountyRewardReq = 3757169544,
|
BountyRewardReq = 3757169544,
|
||||||
@ -396,8 +384,6 @@ local ProtoMsgType = {
|
|||||||
ChapterGoldChallengeFarmRsp = 4133059579,
|
ChapterGoldChallengeFarmRsp = 4133059579,
|
||||||
PVPChallengeStartReq = 4152754481,
|
PVPChallengeStartReq = 4152754481,
|
||||||
PVPChallengeStartRsp = 4152756314,
|
PVPChallengeStartRsp = 4152756314,
|
||||||
SummerTaskClaimReq = 4155165814,
|
|
||||||
SummerTaskClaimRsp = 4155167647,
|
|
||||||
ExistReq = 4256333947,
|
ExistReq = 4256333947,
|
||||||
ExistRsp = 4256335780,
|
ExistRsp = 4256335780,
|
||||||
},
|
},
|
||||||
@ -439,8 +425,6 @@ local ProtoMsgType = {
|
|||||||
MatchRsp = "MatchRsp",
|
MatchRsp = "MatchRsp",
|
||||||
ChapterGoldChallengeStartReq = "ChapterGoldChallengeStartReq",
|
ChapterGoldChallengeStartReq = "ChapterGoldChallengeStartReq",
|
||||||
ChapterGoldChallengeStartRsp = "ChapterGoldChallengeStartRsp",
|
ChapterGoldChallengeStartRsp = "ChapterGoldChallengeStartRsp",
|
||||||
SummerBountyClaimByDiamondReq = "SummerBountyClaimByDiamondReq",
|
|
||||||
SummerBountyClaimByDiamondRsp = "SummerBountyClaimByDiamondRsp",
|
|
||||||
ArenaBountyLevelUnlockReq = "ArenaBountyLevelUnlockReq",
|
ArenaBountyLevelUnlockReq = "ArenaBountyLevelUnlockReq",
|
||||||
ArenaBountyLevelUnlockRsp = "ArenaBountyLevelUnlockRsp",
|
ArenaBountyLevelUnlockRsp = "ArenaBountyLevelUnlockRsp",
|
||||||
DeleteReq = "DeleteReq",
|
DeleteReq = "DeleteReq",
|
||||||
@ -465,6 +449,7 @@ local ProtoMsgType = {
|
|||||||
ChapterShardsChallengeFarmRsp = "ChapterShardsChallengeFarmRsp",
|
ChapterShardsChallengeFarmRsp = "ChapterShardsChallengeFarmRsp",
|
||||||
ActPaidResultReq = "ActPaidResultReq",
|
ActPaidResultReq = "ActPaidResultReq",
|
||||||
ActPaidResultRsp = "ActPaidResultRsp",
|
ActPaidResultRsp = "ActPaidResultRsp",
|
||||||
|
RecoveryNtf = "RecoveryNtf",
|
||||||
ChapterDailyChallengeSettlementReq = "ChapterDailyChallengeSettlementReq",
|
ChapterDailyChallengeSettlementReq = "ChapterDailyChallengeSettlementReq",
|
||||||
ChapterDailyChallengeSettlementRsp = "ChapterDailyChallengeSettlementRsp",
|
ChapterDailyChallengeSettlementRsp = "ChapterDailyChallengeSettlementRsp",
|
||||||
ChapterWeaponChallengeStartReq = "ChapterWeaponChallengeStartReq",
|
ChapterWeaponChallengeStartReq = "ChapterWeaponChallengeStartReq",
|
||||||
@ -532,8 +517,6 @@ local ProtoMsgType = {
|
|||||||
PVPSeasonRewardRsp = "PVPSeasonRewardRsp",
|
PVPSeasonRewardRsp = "PVPSeasonRewardRsp",
|
||||||
TaskDailyRefreshReq = "TaskDailyRefreshReq",
|
TaskDailyRefreshReq = "TaskDailyRefreshReq",
|
||||||
TaskDailyRefreshRsp = "TaskDailyRefreshRsp",
|
TaskDailyRefreshRsp = "TaskDailyRefreshRsp",
|
||||||
SummerBountyClaimReq = "SummerBountyClaimReq",
|
|
||||||
SummerBountyClaimRsp = "SummerBountyClaimRsp",
|
|
||||||
PVPRankReq = "PVPRankReq",
|
PVPRankReq = "PVPRankReq",
|
||||||
PVPRankRsp = "PVPRankRsp",
|
PVPRankRsp = "PVPRankRsp",
|
||||||
FundAwardReq = "FundAwardReq",
|
FundAwardReq = "FundAwardReq",
|
||||||
@ -577,8 +560,6 @@ local ProtoMsgType = {
|
|||||||
MallDailyResetNtf = "MallDailyResetNtf",
|
MallDailyResetNtf = "MallDailyResetNtf",
|
||||||
MallDailyResetReq = "MallDailyResetReq",
|
MallDailyResetReq = "MallDailyResetReq",
|
||||||
MallDailyResetRsp = "MallDailyResetRsp",
|
MallDailyResetRsp = "MallDailyResetRsp",
|
||||||
SummerDataReq = "SummerDataReq",
|
|
||||||
SummerDataRsp = "SummerDataRsp",
|
|
||||||
MallDailyOverDayReq = "MallDailyOverDayReq",
|
MallDailyOverDayReq = "MallDailyOverDayReq",
|
||||||
MallDailyOverDayRsp = "MallDailyOverDayRsp",
|
MallDailyOverDayRsp = "MallDailyOverDayRsp",
|
||||||
BountyRewardReq = "BountyRewardReq",
|
BountyRewardReq = "BountyRewardReq",
|
||||||
@ -597,8 +578,6 @@ local ProtoMsgType = {
|
|||||||
ChapterGoldChallengeFarmRsp = "ChapterGoldChallengeFarmRsp",
|
ChapterGoldChallengeFarmRsp = "ChapterGoldChallengeFarmRsp",
|
||||||
PVPChallengeStartReq = "PVPChallengeStartReq",
|
PVPChallengeStartReq = "PVPChallengeStartReq",
|
||||||
PVPChallengeStartRsp = "PVPChallengeStartRsp",
|
PVPChallengeStartRsp = "PVPChallengeStartRsp",
|
||||||
SummerTaskClaimReq = "SummerTaskClaimReq",
|
|
||||||
SummerTaskClaimRsp = "SummerTaskClaimRsp",
|
|
||||||
ExistReq = "ExistReq",
|
ExistReq = "ExistReq",
|
||||||
ExistRsp = "ExistRsp",
|
ExistRsp = "ExistRsp",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user