update
This commit is contained in:
parent
94eecf4cab
commit
da855ce8d6
Binary file not shown.
|
|
@ -7226,6 +7226,80 @@
|
||||||
"CompositionMax": 1,
|
"CompositionMax": 1,
|
||||||
"Location": "0",
|
"Location": "0",
|
||||||
"Describe": "作用:用于报名特殊钻石赛事;\n产出途径:存钱罐"
|
"Describe": "作用:用于报名特殊钻石赛事;\n产出途径:存钱罐"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 50014,
|
||||||
|
"Name": "爆竹",
|
||||||
|
"ShowLocation": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Classify": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Type": 28,
|
||||||
|
"Effect0": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Effect": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"SaleType": 1,
|
||||||
|
"SaleGold": 5000,
|
||||||
|
"Composition": 1,
|
||||||
|
"CompositionMax": 9999,
|
||||||
|
"Location": "0",
|
||||||
|
"Describe": "可在年兽活动中击退年兽,获得奖品"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 50015,
|
||||||
|
"Name": "火箭爆竹",
|
||||||
|
"ShowLocation": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Classify": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Type": 28,
|
||||||
|
"Effect0": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"Effect": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"SaleType": 1,
|
||||||
|
"SaleGold": 5000,
|
||||||
|
"Composition": 1,
|
||||||
|
"CompositionMax": 9999,
|
||||||
|
"Location": "0",
|
||||||
|
"Describe": "可在年兽活动中击退年兽,获得奖品"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
|
||||||
|
4
|
||||||
|
SignReward50014,10;100001,100000"签到奖励
|
||||||
|
.
SignExcReward50015,1"签到额外奖励
|
||||||
|
=SignExcRewardMax2"$签到额外奖励赠送次数上限
|
||||||
|
9SignExcRewardProp30"签到额外奖励赠送概率
|
||||||
|
BossExp6000000"
|
||||||
|
BOSS血量
|
||||||
|
9
|
||||||
|
BossReward100001,100000;100002,10"BOSS击杀奖励
|
||||||
|
0
LuckyRankNeed110000"幸运榜上榜条件
|
||||||
|
0RankNeed80000000"总伤害榜上榜条件
|
||||||
|
@ LittleHurtGold80000,120000"小爆竹造成的伤害范围
|
||||||
|
>
|
||||||
|
BigHurtGold
400000,600000"大爆竹造成的伤害范围
|
||||||
|
4
|
||||||
|
BigHurtExc30001"大爆竹额外掉落道具ID
|
||||||
|
>BigHurtExcNumber10,30"!大爆竹额外掉落数量范围
|
||||||
|
5
LittleGuaranteed30"小爆竹保底掉落次数
|
||||||
|
ALittleGuaranteedReward100002,5"小爆竹保底掉落物品
|
||||||
|
2
BigGuaranteed10"大爆竹保底掉落次数
|
||||||
|
?BigGuaranteedReward 30001,100"大爆竹保底掉落物品
|
||||||
|
.
|
||||||
|
GiftShopID991001,991002,991003"礼包ID
|
||||||
|
@
GiftShopLimit3,0,0"&礼包每日限购次数,0为不限购
|
||||||
|
4BossExcLimit30"年兽死亡额外掉落要求
|
||||||
|
" BuffCount1"Buff生效次数
|
||||||
|
|
@ -0,0 +1,124 @@
|
||||||
|
{
|
||||||
|
"Arr": [
|
||||||
|
{
|
||||||
|
"Id": 1,
|
||||||
|
"PorpName": "SignReward",
|
||||||
|
"PropValue": "50014,10;100001,100000",
|
||||||
|
"PropDec": "签到奖励"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 2,
|
||||||
|
"PorpName": "SignExcReward",
|
||||||
|
"PropValue": "50015,1",
|
||||||
|
"PropDec": "签到额外奖励"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 3,
|
||||||
|
"PorpName": "SignExcRewardMax",
|
||||||
|
"PropValue": "2",
|
||||||
|
"PropDec": "签到额外奖励赠送次数上限"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 4,
|
||||||
|
"PorpName": "SignExcRewardProp",
|
||||||
|
"PropValue": "30",
|
||||||
|
"PropDec": "签到额外奖励赠送概率"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 5,
|
||||||
|
"PorpName": "BossExp",
|
||||||
|
"PropValue": "6000000",
|
||||||
|
"PropDec": "BOSS血量"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 6,
|
||||||
|
"PorpName": "BossReward",
|
||||||
|
"PropValue": "100001,100000;100002,10",
|
||||||
|
"PropDec": "BOSS击杀奖励"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 7,
|
||||||
|
"PorpName": "LuckyRankNeed",
|
||||||
|
"PropValue": "110000",
|
||||||
|
"PropDec": "幸运榜上榜条件"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 8,
|
||||||
|
"PorpName": "RankNeed",
|
||||||
|
"PropValue": "80000000",
|
||||||
|
"PropDec": "总伤害榜上榜条件"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 9,
|
||||||
|
"PorpName": "LittleHurtGold",
|
||||||
|
"PropValue": "80000,120000",
|
||||||
|
"PropDec": "小爆竹造成的伤害范围"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 10,
|
||||||
|
"PorpName": "BigHurtGold",
|
||||||
|
"PropValue": "400000,600000",
|
||||||
|
"PropDec": "大爆竹造成的伤害范围"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 11,
|
||||||
|
"PorpName": "BigHurtExc",
|
||||||
|
"PropValue": "30001",
|
||||||
|
"PropDec": "大爆竹额外掉落道具ID"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 12,
|
||||||
|
"PorpName": "BigHurtExcNumber",
|
||||||
|
"PropValue": "10,30",
|
||||||
|
"PropDec": "大爆竹额外掉落数量范围"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13,
|
||||||
|
"PorpName": "LittleGuaranteed",
|
||||||
|
"PropValue": "30",
|
||||||
|
"PropDec": "小爆竹保底掉落次数"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 14,
|
||||||
|
"PorpName": "LittleGuaranteedReward",
|
||||||
|
"PropValue": "100002,5",
|
||||||
|
"PropDec": "小爆竹保底掉落物品"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 15,
|
||||||
|
"PorpName": "BigGuaranteed",
|
||||||
|
"PropValue": "10",
|
||||||
|
"PropDec": "大爆竹保底掉落次数"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 16,
|
||||||
|
"PorpName": "BigGuaranteedReward",
|
||||||
|
"PropValue": "30001,100",
|
||||||
|
"PropDec": "大爆竹保底掉落物品"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 17,
|
||||||
|
"PorpName": "GiftShopID",
|
||||||
|
"PropValue": "991001,991002,991003",
|
||||||
|
"PropDec": "礼包ID"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 18,
|
||||||
|
"PorpName": "GiftShopLimit",
|
||||||
|
"PropValue": "3,0,0",
|
||||||
|
"PropDec": "礼包每日限购次数,0为不限购"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 19,
|
||||||
|
"PorpName": "BossExcLimit",
|
||||||
|
"PropValue": "30",
|
||||||
|
"PropDec": "年兽死亡额外掉落要求"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 20,
|
||||||
|
"PorpName": "BuffCount",
|
||||||
|
"PropValue": "1",
|
||||||
|
"PropDec": "Buff生效次数"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,84 @@
|
||||||
|
|
||||||
|
"¹ê"¡<>"¢<>d
|
||||||
|
"¢<>d"¸ê"¡<>
|
||||||
|
"¡<>"¢<>d"¸ê
|
||||||
|
"¡<>"¢<>d
|
||||||
|
"¡<>"¢<>c
|
||||||
|
"¡<>"¢<>b
|
||||||
|
"¡<>"¢<>a
|
||||||
|
"¡<>"¢<>`
|
||||||
|
"¡<>"¢<>_
|
||||||
|
|
||||||
|
|
||||||
|
"¡<>"¢<>^
|
||||||
|
"¡<>"¢<>]
|
||||||
|
"¡<>"¢<>\
|
||||||
|
"¡<>"¢<>[
|
||||||
|
"¡<>"¢<>Z
|
||||||
|
"¡<>"¢<>Y
|
||||||
|
"¡<>"¢<>X
|
||||||
|
"¡<>"¢<>W
|
||||||
|
"¡<>"¢<>V
|
||||||
|
"¡<>"¢<>U
|
||||||
|
"¢<>T"¡<>
|
||||||
|
"¡<>"¢<>S
|
||||||
|
"¡<>"¢<>R
|
||||||
|
"¡<>"¢<>Q
|
||||||
|
"¡<>"¢<>P
|
||||||
|
"¡<>"¢<>O
|
||||||
|
"¡<>"¢<>N
|
||||||
|
"¢<>M"¡<>
|
||||||
|
"¡<>"¢<>L
|
||||||
|
"¡<>"¢<>K
|
||||||
|
"¡<>"¢<>J
|
||||||
|
"¡<>"¢<>I
|
||||||
|
"¡<>"¢<>H
|
||||||
|
!!"¢<>G"¡<>
|
||||||
|
"""¡<>"¢<>F
|
||||||
|
##"¡<>"¢<>E
|
||||||
|
$$"¡<>"¢<>D
|
||||||
|
%%"¡<>"¢<>C
|
||||||
|
&&"¢<>B"¡<>
|
||||||
|
''"¡<>"¢<>A
|
||||||
|
(("¡<>"¢<>@
|
||||||
|
)"¹ê"¡<>"¢<>d
|
||||||
|
*"¡<>"¢<>d"¸ê
|
||||||
|
+"¸ê"¡<>"¢<>d
|
||||||
|
,"¡<>"¢<>d
|
||||||
|
-"¡<>"¢<>c
|
||||||
|
."¡<>"¢<>b
|
||||||
|
/"¡<>"¢<>a
|
||||||
|
0"¡<>"¢<>`
|
||||||
|
1 "¡<>"¢<>_
|
||||||
|
2
|
||||||
|
"¡<>"¢<>^
|
||||||
|
3"¡<>"¢<>]
|
||||||
|
4"¡<>"¢<>\
|
||||||
|
5
"¡<>"¢<>[
|
||||||
|
6"¢<>Z"¡<>
|
||||||
|
7"¡<>"¢<>Y
|
||||||
|
8"¡<>"¢<>X
|
||||||
|
9"¢<>W"¡<>
|
||||||
|
:"¡<>"¢<>V
|
||||||
|
;"¡<>"¢<>U
|
||||||
|
<"¡<>"¢<>T
|
||||||
|
="¡<>"¢<>S
|
||||||
|
>"¡<>"¢<>R
|
||||||
|
?"¢<>Q"¡<>
|
||||||
|
@"¡<>"¢<>P
|
||||||
|
A"¡<>"¢<>O
|
||||||
|
B"¡<>"¢<>N
|
||||||
|
C"¢<>M"¡<>
|
||||||
|
D"¡<>"¢<>L
|
||||||
|
E"¢<>K"¡<>
|
||||||
|
F"¡<>"¢<>J
|
||||||
|
G"¡<>"¢<>I
|
||||||
|
H "¢<>H"¡<>
|
||||||
|
I!"¡<>"¢<>G
|
||||||
|
J""¡<>"¢<>F
|
||||||
|
K#"¡<>"¢<>E
|
||||||
|
L$"¡<>"¢<>D
|
||||||
|
M%"¡<>"¢<>C
|
||||||
|
N&"¡<>"¢<>B
|
||||||
|
O'"¡<>"¢<>A
|
||||||
|
P("¢<>@"¡<>
|
||||||
|
|
@ -0,0 +1,730 @@
|
||||||
|
{
|
||||||
|
"Arr": [
|
||||||
|
{
|
||||||
|
"Id": 1,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 1,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100,
|
||||||
|
"30009": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 2,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 2,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100,
|
||||||
|
"30008": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 3,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 3,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100,
|
||||||
|
"30008": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 4,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 4,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 5,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 5,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 99
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 6,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 6,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 98
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 7,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 7,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 97
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 8,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 8,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 96
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 9,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 9,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 95
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 10,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 10,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 94
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 11,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 11,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 93
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 12,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 12,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 92
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 13,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 91
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 14,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 14,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 90
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 15,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 15,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 89
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 16,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 16,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 88
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 17,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 17,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 87
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 18,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 18,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 86
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 19,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 19,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 85
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 20,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 20,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 84
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 21,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 21,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 83
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 22,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 22,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 82
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 23,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 23,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 81
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 24,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 24,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 80
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 25,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 25,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 79
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 26,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 26,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 78
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 27,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 27,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 77
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 28,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 28,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 76
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 29,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 29,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 75
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 30,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 30,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 74
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 31,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 31,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 73
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 32,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 32,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 72
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 33,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 33,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 71
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 34,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 34,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 70
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 35,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 35,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 69
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 36,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 36,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 68
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 37,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 37,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 67
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 38,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 38,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 66
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 39,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 39,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 65
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 40,
|
||||||
|
"RankType": 1,
|
||||||
|
"RankLevelId": 40,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 64
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 41,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 1,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100,
|
||||||
|
"30009": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 42,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 2,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100,
|
||||||
|
"30008": 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 43,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 3,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100,
|
||||||
|
"30008": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 44,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 4,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 45,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 5,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 99
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 46,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 6,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 98
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 47,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 7,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 97
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 48,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 8,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 96
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 49,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 9,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 95
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 50,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 10,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 94
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 51,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 11,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 93
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 52,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 12,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 92
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 53,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 13,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 91
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 54,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 14,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 90
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 55,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 15,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 89
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 56,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 16,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 88
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 57,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 17,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 87
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 58,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 18,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 86
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 59,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 19,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 85
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 60,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 20,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 84
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 61,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 21,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 83
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 62,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 22,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 82
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 63,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 23,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 81
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 64,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 24,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 80
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 65,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 25,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 79
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 66,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 26,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 78
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 67,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 27,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 77
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 68,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 28,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 76
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 69,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 29,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 75
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 70,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 30,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 74
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 71,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 31,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 73
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 72,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 32,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 72
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 73,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 33,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 71
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 74,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 34,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 70
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 75,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 35,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 69
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 76,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 36,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 68
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 77,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 37,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 67
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 78,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 38,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 66
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 79,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 39,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 65
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 80,
|
||||||
|
"RankType": 2,
|
||||||
|
"RankLevelId": 40,
|
||||||
|
"AwardMap": {
|
||||||
|
"100001": 30,
|
||||||
|
"100002": 64
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
(Ђв8–@Ўи;PdX–`c
|
(Ђв8–@Ўи;PdX–`c
|
||||||
< ((€β2ΕΈ2συ8¬@Άθ;JσυJΖΈPdX¬`Η
|
< ((€β2συ2ΕΈ8¬@Άθ;JΖΈJσυPdX¬`Η
|
||||||
?<18>ΑΧ/ 2(€β2συ2ΕΈ8ξ@£θ;JΖΈJσυPdXξ`σ
|
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JΖΈJσυPdXξ`σ
|
||||||
Binary file not shown.
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
|
@ -1234,6 +1234,236 @@
|
||||||
"Award": {
|
"Award": {
|
||||||
"100011": 50
|
"100011": 50
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13001,
|
||||||
|
"Order": 1,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "领取转盘签到奖励",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 17,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13002,
|
||||||
|
"Order": 2,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "在线时长60分钟",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 21,
|
||||||
|
"TargetTimes": 3600,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13003,
|
||||||
|
"Order": 3,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "购买任意金币1次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 2,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"Position": [
|
||||||
|
0,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13004,
|
||||||
|
"Order": 4,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "购买任意存钱罐1次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 22,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13005,
|
||||||
|
"Order": 5,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "参与大众场对局获得胜利3次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 23,
|
||||||
|
"TargetTimes": 3,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"GameType": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13006,
|
||||||
|
"Order": 6,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "参与排位赛获得胜利3次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 30,
|
||||||
|
"TargetTimes": 3,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"GameType": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13007,
|
||||||
|
"Order": 7,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "邀请好友进行私人桌对局1次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 24,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"GameType": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13008,
|
||||||
|
"Order": 8,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "成功参与比赛场3次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 25,
|
||||||
|
"TargetTimes": 3,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"GameType": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13009,
|
||||||
|
"Order": 9,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "比赛场获得前十名1次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 26,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"GameType": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13010,
|
||||||
|
"Order": 10,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "今日累计消耗100钻石",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 27,
|
||||||
|
"TargetTimes": 100,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13011,
|
||||||
|
"Order": 11,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "充值任意金额",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 7,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
},
|
||||||
|
"Position": [
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13012,
|
||||||
|
"Order": 12,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "累计领取转盘签到奖励7天",
|
||||||
|
"ActivityType": 9,
|
||||||
|
"TaskType": 17,
|
||||||
|
"TargetTimes": 7,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50014": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13013,
|
||||||
|
"Order": 13,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "参与红包雨活动1次",
|
||||||
|
"ActivityType": 8,
|
||||||
|
"TaskType": 32,
|
||||||
|
"TargetTimes": 1,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50015": 10
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13014,
|
||||||
|
"Order": 14,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "累计充值$9.99",
|
||||||
|
"ActivityType": 9,
|
||||||
|
"TaskType": 7,
|
||||||
|
"TargetTimes": 999,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50015": 10
|
||||||
|
},
|
||||||
|
"Position": [
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13015,
|
||||||
|
"Order": 15,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "累计充值$19.99",
|
||||||
|
"ActivityType": 9,
|
||||||
|
"TaskType": 7,
|
||||||
|
"TargetTimes": 1999,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50015": 10
|
||||||
|
},
|
||||||
|
"Position": [
|
||||||
|
1,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Id": 13016,
|
||||||
|
"Order": 16,
|
||||||
|
"Name": "年兽活动",
|
||||||
|
"Des": "累计赚取10B金币",
|
||||||
|
"ActivityType": 9,
|
||||||
|
"TaskType": 11,
|
||||||
|
"TargetTimes": 10000000000,
|
||||||
|
"FinishTimes": 1,
|
||||||
|
"Award": {
|
||||||
|
"50015": 10
|
||||||
|
},
|
||||||
|
"GameType": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,93 @@
|
||||||
|
syntax = "proto3";
|
||||||
|
package activity;
|
||||||
|
option go_package = "mongo.games.com/game/protocol/activity";
|
||||||
|
|
||||||
|
enum NianPacketID {
|
||||||
|
PACKET_Nian_ZERO = 0; // 弃用消息号
|
||||||
|
PACKET_CSNianData = 2660; // 获取年兽信息
|
||||||
|
PACKET_SCNianData = 2661; // 返回年兽信息
|
||||||
|
PACKET_CSNianBuff = 2662; // 请求领取BUFF
|
||||||
|
PACKET_SCNianBuff = 2663; // 返回Buff信息
|
||||||
|
PACKET_CSNianRankData = 2664; // 请求排行榜信息
|
||||||
|
PACKET_SCNianRankData = 2665; // 返回排行榜信息
|
||||||
|
PACKET_CSNianAttack = 2666; //请求攻击年兽
|
||||||
|
PACKET_SCNianAttackData = 2667; //返回攻击年兽信息
|
||||||
|
PACKET_CSNianSignAward = 2668; //请求签到
|
||||||
|
PACKET_SCNianSignAward = 2669; //签到返回
|
||||||
|
}
|
||||||
|
|
||||||
|
//获取年兽活动信息
|
||||||
|
//PACKET_CSNianData
|
||||||
|
message CSNianData{
|
||||||
|
}
|
||||||
|
//PACKET_SCNianData
|
||||||
|
message SCNianData{
|
||||||
|
int64 ActivityStartTime = 1; //活动开始时间
|
||||||
|
int64 ActivityEndTime = 2; //活动结束时间
|
||||||
|
int64 BossMaxHp = 3; //Boss最大血量
|
||||||
|
int64 BossHp = 4; //Boss当前血量
|
||||||
|
repeated RankData LuckData = 5;//幸运榜
|
||||||
|
int64 AwardTime = 6;//每日签到领取时间
|
||||||
|
int64 BuffCount = 7;//Buff剩余次数
|
||||||
|
bool BuffStatus = 8;//Buff领取状态
|
||||||
|
int32 On = 9;//活动开关 1开启 2关闭
|
||||||
|
int64 SignAwardTime = 10;//签到领取时间 0-未领取
|
||||||
|
}
|
||||||
|
|
||||||
|
//贺春
|
||||||
|
//请求领取BUFF
|
||||||
|
//PACKET_CSNianBuff
|
||||||
|
message CSNianBuff{
|
||||||
|
}
|
||||||
|
//PACKET_SCNianBuff
|
||||||
|
message SCNianBuff{
|
||||||
|
int64 BuffCount = 1; //BUFF剩余次数
|
||||||
|
}
|
||||||
|
//排行榜数据
|
||||||
|
//PACKET_CSNianRankData
|
||||||
|
message CSNianRankData{
|
||||||
|
int32 TypeId = 1;//1-幸运榜 2-总伤害榜
|
||||||
|
}
|
||||||
|
//PACKET_SCNianRankData
|
||||||
|
message SCNianRankData{
|
||||||
|
int32 TypeId = 1;
|
||||||
|
repeated RankData Data = 2;
|
||||||
|
}
|
||||||
|
message RankData{
|
||||||
|
int32 RankId =1;
|
||||||
|
string Name = 2;
|
||||||
|
int32 Icon = 3;
|
||||||
|
int64 Score = 4;
|
||||||
|
repeated RankAwardData Award = 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
message RankAwardData{
|
||||||
|
int32 ItemId =1;
|
||||||
|
int64 ItemNum = 2;
|
||||||
|
}
|
||||||
|
//攻击年兽
|
||||||
|
//PACKET_CSNianAttack
|
||||||
|
message CSNianAttack{
|
||||||
|
int32 TypeId = 1; //1-小爆竹 2-小爆竹*10 3-大爆竹
|
||||||
|
}
|
||||||
|
//PACKET_SCNianAttackData
|
||||||
|
message SCNianAttackData{
|
||||||
|
int32 TypeId = 1; //1-小爆竹 2-小爆竹*10 3-大爆竹
|
||||||
|
int64 BossHp = 2; //BOSS当前血量
|
||||||
|
repeated RankAwardData Award = 3; //获得道具
|
||||||
|
int64 AttackHp = 4; // 攻击伤害
|
||||||
|
bool IsDie = 5; //BOSS是否死亡
|
||||||
|
repeated RankAwardData DieAward = 6;//BOSS死亡奖励
|
||||||
|
int64 BuffCount = 7; //BUFF剩余次数
|
||||||
|
repeated RankAwardData ExtraDrop = 8;//大爆竹额外掉落
|
||||||
|
repeated RankAwardData FloorReward = 9;//保底奖励
|
||||||
|
}
|
||||||
|
//领取签到奖励
|
||||||
|
//PACKET_CSNianSignAward
|
||||||
|
message CSNianSignAward{
|
||||||
|
}
|
||||||
|
//PACKET_SCNianSignAward
|
||||||
|
message SCNianSignAward{
|
||||||
|
int64 SignAwardTime = 1;
|
||||||
|
repeated RankAwardData SignAward = 2;//签到奖励
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1263,6 +1263,38 @@ message DB_NewPlayerArray {
|
||||||
repeated DB_NewPlayer Arr = 1;
|
repeated DB_NewPlayer Arr = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message DB_NewYearActivity {
|
||||||
|
|
||||||
|
int32 Id = 1;
|
||||||
|
|
||||||
|
string PorpName = 2;
|
||||||
|
|
||||||
|
string PropValue = 3;
|
||||||
|
|
||||||
|
string PropDec = 4;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
message DB_NewYearActivityArray {
|
||||||
|
repeated DB_NewYearActivity Arr = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
message DB_NewYearRankReward {
|
||||||
|
|
||||||
|
int32 Id = 1;
|
||||||
|
|
||||||
|
int32 RankType = 2;
|
||||||
|
|
||||||
|
int32 RankLevelId = 3;
|
||||||
|
|
||||||
|
map<int64, int64> AwardMap = 4;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
message DB_NewYearRankRewardArray {
|
||||||
|
repeated DB_NewYearRankReward Arr = 1;
|
||||||
|
}
|
||||||
|
|
||||||
message DB_PassShow {
|
message DB_PassShow {
|
||||||
|
|
||||||
int32 Id = 1;
|
int32 Id = 1;
|
||||||
|
|
|
||||||
|
|
@ -275,8 +275,10 @@ type SCTaskList struct {
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统
|
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统
|
||||||
List []*TaskData `protobuf:"bytes,2,rep,name=List,proto3" json:"List,omitempty"` // 任务列表
|
List []*TaskData `protobuf:"bytes,2,rep,name=List,proto3" json:"List,omitempty"` // 任务列表
|
||||||
|
StartTs int64 `protobuf:"varint,3,opt,name=StartTs,proto3" json:"StartTs,omitempty"` // 开始时间
|
||||||
|
EndTs int64 `protobuf:"varint,4,opt,name=EndTs,proto3" json:"EndTs,omitempty"` // 结束时间
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *SCTaskList) Reset() {
|
func (x *SCTaskList) Reset() {
|
||||||
|
|
@ -325,6 +327,20 @@ func (x *SCTaskList) GetList() []*TaskData {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (x *SCTaskList) GetStartTs() int64 {
|
||||||
|
if x != nil {
|
||||||
|
return x.StartTs
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *SCTaskList) GetEndTs() int64 {
|
||||||
|
if x != nil {
|
||||||
|
return x.EndTs
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
// 领取任务奖励
|
// 领取任务奖励
|
||||||
// PACKET_CSTaskReward
|
// PACKET_CSTaskReward
|
||||||
type CSTaskReward struct {
|
type CSTaskReward struct {
|
||||||
|
|
@ -332,7 +348,7 @@ type CSTaskReward struct {
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统 6:赛季通行证任务
|
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统 6:赛季通行证任务 8: 年兽每日任务 9:年兽活动任务
|
||||||
Id int32 `protobuf:"varint,2,opt,name=Id,proto3" json:"Id,omitempty"` // 任务id; 0 表示一键领取
|
Id int32 `protobuf:"varint,2,opt,name=Id,proto3" json:"Id,omitempty"` // 任务id; 0 表示一键领取
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -642,11 +658,14 @@ var file_protocol_task_task_proto_rawDesc = []byte{
|
||||||
0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76,
|
0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76,
|
||||||
0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x1c, 0x0a, 0x0a, 0x43, 0x53, 0x54, 0x61,
|
0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x1c, 0x0a, 0x0a, 0x43, 0x53, 0x54, 0x61,
|
||||||
0x73, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x70, 0x18, 0x01, 0x20, 0x01,
|
0x73, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x70, 0x18, 0x01, 0x20, 0x01,
|
||||||
0x28, 0x05, 0x52, 0x02, 0x54, 0x70, 0x22, 0x40, 0x0a, 0x0a, 0x53, 0x43, 0x54, 0x61, 0x73, 0x6b,
|
0x28, 0x05, 0x52, 0x02, 0x54, 0x70, 0x22, 0x70, 0x0a, 0x0a, 0x53, 0x43, 0x54, 0x61, 0x73, 0x6b,
|
||||||
0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
||||||
0x52, 0x02, 0x54, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03,
|
0x52, 0x02, 0x54, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03,
|
||||||
0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x44, 0x61,
|
0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x44, 0x61,
|
||||||
0x74, 0x61, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x2e, 0x0a, 0x0c, 0x43, 0x53, 0x54, 0x61,
|
0x74, 0x61, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x74, 0x61, 0x72,
|
||||||
|
0x74, 0x54, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x53, 0x74, 0x61, 0x72, 0x74,
|
||||||
|
0x54, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x45, 0x6e, 0x64, 0x54, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28,
|
||||||
|
0x03, 0x52, 0x05, 0x45, 0x6e, 0x64, 0x54, 0x73, 0x22, 0x2e, 0x0a, 0x0c, 0x43, 0x53, 0x54, 0x61,
|
||||||
0x73, 0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x70, 0x18, 0x01,
|
0x73, 0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x54, 0x70, 0x18, 0x01,
|
||||||
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x54, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x02,
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x54, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x02,
|
||||||
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x22, 0xcd, 0x01, 0x0a, 0x0c, 0x53, 0x43, 0x54,
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x49, 0x64, 0x22, 0xcd, 0x01, 0x0a, 0x0c, 0x53, 0x43, 0x54,
|
||||||
|
|
|
||||||
|
|
@ -39,12 +39,14 @@ message CSTaskList{
|
||||||
message SCTaskList{
|
message SCTaskList{
|
||||||
int32 Tp = 1; // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统
|
int32 Tp = 1; // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统
|
||||||
repeated TaskData List = 2; // 任务列表
|
repeated TaskData List = 2; // 任务列表
|
||||||
|
int64 StartTs = 3; // 开始时间
|
||||||
|
int64 EndTs = 4; // 结束时间
|
||||||
}
|
}
|
||||||
|
|
||||||
// 领取任务奖励
|
// 领取任务奖励
|
||||||
// PACKET_CSTaskReward
|
// PACKET_CSTaskReward
|
||||||
message CSTaskReward{
|
message CSTaskReward{
|
||||||
int32 Tp = 1; // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统 6:赛季通行证任务
|
int32 Tp = 1; // 任务类型 1:日常任务 2:周活跃任务 3:新手任务 4:邀请任务 5:成就系统 6:赛季通行证任务 8: 年兽每日任务 9:年兽活动任务
|
||||||
int32 Id = 2; // 任务id; 0 表示一键领取
|
int32 Id = 2; // 任务id; 0 表示一键领取
|
||||||
}
|
}
|
||||||
// PACKET_SCTaskReward
|
// PACKET_SCTaskReward
|
||||||
|
|
|
||||||
|
|
@ -9860,20 +9860,259 @@ func (x *GamePigBankPropConfig) GetPropInfo() []*PigBankPropInfo {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//etcd /game/activity_nian
|
||||||
|
type ActivityNianConfig struct {
|
||||||
|
state protoimpl.MessageState
|
||||||
|
sizeCache protoimpl.SizeCache
|
||||||
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
|
Platform string `protobuf:"bytes,1,opt,name=Platform,proto3" json:"Platform,omitempty"` // 平台
|
||||||
|
List []*NianInfo `protobuf:"bytes,2,rep,name=List,proto3" json:"List,omitempty"`
|
||||||
|
Switch int32 `protobuf:"varint,3,opt,name=Switch,proto3" json:"Switch,omitempty"` // 活动开关 1.开启 2.关闭
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *ActivityNianConfig) Reset() {
|
||||||
|
*x = ActivityNianConfig{}
|
||||||
|
if protoimpl.UnsafeEnabled {
|
||||||
|
mi := &file_protocol_webapi_common_proto_msgTypes[104]
|
||||||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
|
ms.StoreMessageInfo(mi)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *ActivityNianConfig) String() string {
|
||||||
|
return protoimpl.X.MessageStringOf(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*ActivityNianConfig) ProtoMessage() {}
|
||||||
|
|
||||||
|
func (x *ActivityNianConfig) ProtoReflect() protoreflect.Message {
|
||||||
|
mi := &file_protocol_webapi_common_proto_msgTypes[104]
|
||||||
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
ms.StoreMessageInfo(mi)
|
||||||
|
}
|
||||||
|
return ms
|
||||||
|
}
|
||||||
|
return mi.MessageOf(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Deprecated: Use ActivityNianConfig.ProtoReflect.Descriptor instead.
|
||||||
|
func (*ActivityNianConfig) Descriptor() ([]byte, []int) {
|
||||||
|
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{104}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *ActivityNianConfig) GetPlatform() string {
|
||||||
|
if x != nil {
|
||||||
|
return x.Platform
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *ActivityNianConfig) GetList() []*NianInfo {
|
||||||
|
if x != nil {
|
||||||
|
return x.List
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *ActivityNianConfig) GetSwitch() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.Switch
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
type NianInfo struct {
|
||||||
|
state protoimpl.MessageState
|
||||||
|
sizeCache protoimpl.SizeCache
|
||||||
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
|
ActivityStart string `protobuf:"bytes,1,opt,name=ActivityStart,proto3" json:"ActivityStart,omitempty"` // 活动开始时间
|
||||||
|
ActivityEnd string `protobuf:"bytes,2,opt,name=ActivityEnd,proto3" json:"ActivityEnd,omitempty"` // 活动结束时间
|
||||||
|
BuffStartTime int64 `protobuf:"varint,3,opt,name=BuffStartTime,proto3" json:"BuffStartTime,omitempty"` //Buff领取开始时间 18
|
||||||
|
BuffEndTime int64 `protobuf:"varint,4,opt,name=BuffEndTime,proto3" json:"BuffEndTime,omitempty"` //Buff领取结束时间 21
|
||||||
|
SignReward []*ItemInfo `protobuf:"bytes,5,rep,name=SignReward,proto3" json:"SignReward,omitempty"` // 签到奖励
|
||||||
|
BossDieReward []*ItemInfo `protobuf:"bytes,6,rep,name=BossDieReward,proto3" json:"BossDieReward,omitempty"` // 击杀BOSS奖励
|
||||||
|
BossDieOtherReward []*NianDropInfo `protobuf:"bytes,7,rep,name=BossDieOtherReward,proto3" json:"BossDieOtherReward,omitempty"` // 击杀Boss额外奖励
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) Reset() {
|
||||||
|
*x = NianInfo{}
|
||||||
|
if protoimpl.UnsafeEnabled {
|
||||||
|
mi := &file_protocol_webapi_common_proto_msgTypes[105]
|
||||||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
|
ms.StoreMessageInfo(mi)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) String() string {
|
||||||
|
return protoimpl.X.MessageStringOf(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*NianInfo) ProtoMessage() {}
|
||||||
|
|
||||||
|
func (x *NianInfo) ProtoReflect() protoreflect.Message {
|
||||||
|
mi := &file_protocol_webapi_common_proto_msgTypes[105]
|
||||||
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
ms.StoreMessageInfo(mi)
|
||||||
|
}
|
||||||
|
return ms
|
||||||
|
}
|
||||||
|
return mi.MessageOf(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Deprecated: Use NianInfo.ProtoReflect.Descriptor instead.
|
||||||
|
func (*NianInfo) Descriptor() ([]byte, []int) {
|
||||||
|
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{105}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetActivityStart() string {
|
||||||
|
if x != nil {
|
||||||
|
return x.ActivityStart
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetActivityEnd() string {
|
||||||
|
if x != nil {
|
||||||
|
return x.ActivityEnd
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetBuffStartTime() int64 {
|
||||||
|
if x != nil {
|
||||||
|
return x.BuffStartTime
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetBuffEndTime() int64 {
|
||||||
|
if x != nil {
|
||||||
|
return x.BuffEndTime
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetSignReward() []*ItemInfo {
|
||||||
|
if x != nil {
|
||||||
|
return x.SignReward
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetBossDieReward() []*ItemInfo {
|
||||||
|
if x != nil {
|
||||||
|
return x.BossDieReward
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianInfo) GetBossDieOtherReward() []*NianDropInfo {
|
||||||
|
if x != nil {
|
||||||
|
return x.BossDieOtherReward
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
type NianDropInfo struct {
|
||||||
|
state protoimpl.MessageState
|
||||||
|
sizeCache protoimpl.SizeCache
|
||||||
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
|
Id int32 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
|
||||||
|
ItemId int32 `protobuf:"varint,2,opt,name=ItemId,proto3" json:"ItemId,omitempty"` // 物品ID
|
||||||
|
ItemNum int64 `protobuf:"varint,3,opt,name=ItemNum,proto3" json:"ItemNum,omitempty"` // 物品数量
|
||||||
|
DropRate int32 `protobuf:"varint,4,opt,name=DropRate,proto3" json:"DropRate,omitempty"` //掉落概率
|
||||||
|
DropUp int32 `protobuf:"varint,5,opt,name=DropUp,proto3" json:"DropUp,omitempty"` //掉落上限
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) Reset() {
|
||||||
|
*x = NianDropInfo{}
|
||||||
|
if protoimpl.UnsafeEnabled {
|
||||||
|
mi := &file_protocol_webapi_common_proto_msgTypes[106]
|
||||||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
|
ms.StoreMessageInfo(mi)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) String() string {
|
||||||
|
return protoimpl.X.MessageStringOf(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*NianDropInfo) ProtoMessage() {}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) ProtoReflect() protoreflect.Message {
|
||||||
|
mi := &file_protocol_webapi_common_proto_msgTypes[106]
|
||||||
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
ms.StoreMessageInfo(mi)
|
||||||
|
}
|
||||||
|
return ms
|
||||||
|
}
|
||||||
|
return mi.MessageOf(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Deprecated: Use NianDropInfo.ProtoReflect.Descriptor instead.
|
||||||
|
func (*NianDropInfo) Descriptor() ([]byte, []int) {
|
||||||
|
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{106}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) GetId() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.Id
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) GetItemId() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.ItemId
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) GetItemNum() int64 {
|
||||||
|
if x != nil {
|
||||||
|
return x.ItemNum
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) GetDropRate() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.DropRate
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (x *NianDropInfo) GetDropUp() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.DropUp
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
// etcd /game/act_redpacket
|
// etcd /game/act_redpacket
|
||||||
type RedPacketConfig struct {
|
type RedPacketConfig struct {
|
||||||
state protoimpl.MessageState
|
state protoimpl.MessageState
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Platform string `protobuf:"bytes,1,opt,name=Platform,proto3" json:"Platform,omitempty"` // 平台
|
Platform string `protobuf:"bytes,1,opt,name=Platform,proto3" json:"Platform,omitempty"` // 平台
|
||||||
List []*RedPacketInfo `protobuf:"bytes,4,rep,name=List,proto3" json:"List,omitempty"` // 活动列表
|
List []*RedPacketInfo `protobuf:"bytes,2,rep,name=List,proto3" json:"List,omitempty"` // 活动列表
|
||||||
|
PlayerLimit int32 `protobuf:"varint,3,opt,name=PlayerLimit,proto3" json:"PlayerLimit,omitempty"` // 玩家最大领取红包次数 0无限制
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketConfig) Reset() {
|
func (x *RedPacketConfig) Reset() {
|
||||||
*x = RedPacketConfig{}
|
*x = RedPacketConfig{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_protocol_webapi_common_proto_msgTypes[104]
|
mi := &file_protocol_webapi_common_proto_msgTypes[107]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
|
@ -9886,7 +10125,7 @@ func (x *RedPacketConfig) String() string {
|
||||||
func (*RedPacketConfig) ProtoMessage() {}
|
func (*RedPacketConfig) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *RedPacketConfig) ProtoReflect() protoreflect.Message {
|
func (x *RedPacketConfig) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_protocol_webapi_common_proto_msgTypes[104]
|
mi := &file_protocol_webapi_common_proto_msgTypes[107]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
|
@ -9899,7 +10138,7 @@ func (x *RedPacketConfig) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use RedPacketConfig.ProtoReflect.Descriptor instead.
|
// Deprecated: Use RedPacketConfig.ProtoReflect.Descriptor instead.
|
||||||
func (*RedPacketConfig) Descriptor() ([]byte, []int) {
|
func (*RedPacketConfig) Descriptor() ([]byte, []int) {
|
||||||
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{104}
|
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{107}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketConfig) GetPlatform() string {
|
func (x *RedPacketConfig) GetPlatform() string {
|
||||||
|
|
@ -9916,28 +10155,34 @@ func (x *RedPacketConfig) GetList() []*RedPacketInfo {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (x *RedPacketConfig) GetPlayerLimit() int32 {
|
||||||
|
if x != nil {
|
||||||
|
return x.PlayerLimit
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
type RedPacketInfo struct {
|
type RedPacketInfo struct {
|
||||||
state protoimpl.MessageState
|
state protoimpl.MessageState
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // 配置id
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // 配置id
|
||||||
On int32 `protobuf:"varint,2,opt,name=On,proto3" json:"On,omitempty"` // 开关 1开启 2关闭
|
On int32 `protobuf:"varint,2,opt,name=On,proto3" json:"On,omitempty"` // 开关 1开启 2关闭
|
||||||
StartHMS int64 `protobuf:"varint,3,opt,name=StartHMS,proto3" json:"StartHMS,omitempty"` // 开始时间,时*10000 + 分*100 + 秒
|
StartHMS int64 `protobuf:"varint,3,opt,name=StartHMS,proto3" json:"StartHMS,omitempty"` // 开始时间,时*10000 + 分*100 + 秒
|
||||||
EndHMS int64 `protobuf:"varint,4,opt,name=EndHMS,proto3" json:"EndHMS,omitempty"` // 结束时间,时*10000 + 分*100 + 秒
|
EndHMS int64 `protobuf:"varint,4,opt,name=EndHMS,proto3" json:"EndHMS,omitempty"` // 结束时间,时*10000 + 分*100 + 秒
|
||||||
StayTs int64 `protobuf:"varint,5,opt,name=StayTs,proto3" json:"StayTs,omitempty"` // 持续时长,单位秒
|
StayTs int64 `protobuf:"varint,5,opt,name=StayTs,proto3" json:"StayTs,omitempty"` // 持续时长,单位秒
|
||||||
MaxCount int64 `protobuf:"varint,6,opt,name=MaxCount,proto3" json:"MaxCount,omitempty"` // 每人最大领取次数 0无限制
|
MaxCount int64 `protobuf:"varint,6,opt,name=MaxCount,proto3" json:"MaxCount,omitempty"` // 每人最大领取次数 0无限制
|
||||||
LessCount int64 `protobuf:"varint,7,opt,name=LessCount,proto3" json:"LessCount,omitempty"` // 保底红包个数
|
LessCount int64 `protobuf:"varint,7,opt,name=LessCount,proto3" json:"LessCount,omitempty"` // 保底红包个数
|
||||||
ItemId int32 `protobuf:"varint,8,opt,name=ItemId,proto3" json:"ItemId,omitempty"` // 奖励类型(道具id,100001金币 100002钻石)
|
ItemId int32 `protobuf:"varint,8,opt,name=ItemId,proto3" json:"ItemId,omitempty"` // 奖励类型(道具id,100001金币 100002钻石)
|
||||||
TotalNum int64 `protobuf:"varint,9,opt,name=TotalNum,proto3" json:"TotalNum,omitempty"` // 总奖励数量
|
TotalNum int64 `protobuf:"varint,9,opt,name=TotalNum,proto3" json:"TotalNum,omitempty"` // 总奖励数量
|
||||||
RedList []*RedInfo `protobuf:"bytes,10,rep,name=RedList,proto3" json:"RedList,omitempty"` // 红包奖励列表
|
RedList []*RedInfo `protobuf:"bytes,10,rep,name=RedList,proto3" json:"RedList,omitempty"` // 红包奖励列表
|
||||||
PlayerLimit int32 `protobuf:"varint,11,opt,name=PlayerLimit,proto3" json:"PlayerLimit,omitempty"` // 玩家最大领取红包次数 0无限制
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketInfo) Reset() {
|
func (x *RedPacketInfo) Reset() {
|
||||||
*x = RedPacketInfo{}
|
*x = RedPacketInfo{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_protocol_webapi_common_proto_msgTypes[105]
|
mi := &file_protocol_webapi_common_proto_msgTypes[108]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
|
@ -9950,7 +10195,7 @@ func (x *RedPacketInfo) String() string {
|
||||||
func (*RedPacketInfo) ProtoMessage() {}
|
func (*RedPacketInfo) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *RedPacketInfo) ProtoReflect() protoreflect.Message {
|
func (x *RedPacketInfo) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_protocol_webapi_common_proto_msgTypes[105]
|
mi := &file_protocol_webapi_common_proto_msgTypes[108]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
|
@ -9963,7 +10208,7 @@ func (x *RedPacketInfo) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use RedPacketInfo.ProtoReflect.Descriptor instead.
|
// Deprecated: Use RedPacketInfo.ProtoReflect.Descriptor instead.
|
||||||
func (*RedPacketInfo) Descriptor() ([]byte, []int) {
|
func (*RedPacketInfo) Descriptor() ([]byte, []int) {
|
||||||
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{105}
|
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{108}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketInfo) GetId() int64 {
|
func (x *RedPacketInfo) GetId() int64 {
|
||||||
|
|
@ -10036,13 +10281,6 @@ func (x *RedPacketInfo) GetRedList() []*RedInfo {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketInfo) GetPlayerLimit() int32 {
|
|
||||||
if x != nil {
|
|
||||||
return x.PlayerLimit
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
type RedInfo struct {
|
type RedInfo struct {
|
||||||
state protoimpl.MessageState
|
state protoimpl.MessageState
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
|
|
@ -10055,7 +10293,7 @@ type RedInfo struct {
|
||||||
func (x *RedInfo) Reset() {
|
func (x *RedInfo) Reset() {
|
||||||
*x = RedInfo{}
|
*x = RedInfo{}
|
||||||
if protoimpl.UnsafeEnabled {
|
if protoimpl.UnsafeEnabled {
|
||||||
mi := &file_protocol_webapi_common_proto_msgTypes[106]
|
mi := &file_protocol_webapi_common_proto_msgTypes[109]
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
ms.StoreMessageInfo(mi)
|
ms.StoreMessageInfo(mi)
|
||||||
}
|
}
|
||||||
|
|
@ -10068,7 +10306,7 @@ func (x *RedInfo) String() string {
|
||||||
func (*RedInfo) ProtoMessage() {}
|
func (*RedInfo) ProtoMessage() {}
|
||||||
|
|
||||||
func (x *RedInfo) ProtoReflect() protoreflect.Message {
|
func (x *RedInfo) ProtoReflect() protoreflect.Message {
|
||||||
mi := &file_protocol_webapi_common_proto_msgTypes[106]
|
mi := &file_protocol_webapi_common_proto_msgTypes[109]
|
||||||
if protoimpl.UnsafeEnabled && x != nil {
|
if protoimpl.UnsafeEnabled && x != nil {
|
||||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||||
if ms.LoadMessageInfo() == nil {
|
if ms.LoadMessageInfo() == nil {
|
||||||
|
|
@ -10081,7 +10319,7 @@ func (x *RedInfo) ProtoReflect() protoreflect.Message {
|
||||||
|
|
||||||
// Deprecated: Use RedInfo.ProtoReflect.Descriptor instead.
|
// Deprecated: Use RedInfo.ProtoReflect.Descriptor instead.
|
||||||
func (*RedInfo) Descriptor() ([]byte, []int) {
|
func (*RedInfo) Descriptor() ([]byte, []int) {
|
||||||
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{106}
|
return file_protocol_webapi_common_proto_rawDescGZIP(), []int{109}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedInfo) GetNum() int64 {
|
func (x *RedInfo) GetNum() int64 {
|
||||||
|
|
@ -11625,38 +11863,74 @@ var file_protocol_webapi_common_proto_rawDesc = []byte{
|
||||||
0x72, 0x6d, 0x12, 0x33, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02,
|
0x72, 0x6d, 0x12, 0x33, 0x0a, 0x08, 0x50, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02,
|
||||||
0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69,
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69,
|
||||||
0x67, 0x42, 0x61, 0x6e, 0x6b, 0x50, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x50,
|
0x67, 0x42, 0x61, 0x6e, 0x6b, 0x50, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x50,
|
||||||
0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x58, 0x0a, 0x0f, 0x52, 0x65, 0x64, 0x50, 0x61,
|
0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x6e, 0x0a, 0x12, 0x41, 0x63, 0x74, 0x69, 0x76,
|
||||||
0x63, 0x6b, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x6c,
|
0x69, 0x74, 0x79, 0x4e, 0x69, 0x61, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x0a,
|
||||||
0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x6c,
|
0x08, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||||||
0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x29, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04,
|
0x08, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x24, 0x0a, 0x04, 0x4c, 0x69, 0x73,
|
||||||
0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x2e, 0x52, 0x65,
|
0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69,
|
||||||
0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x4c, 0x69, 0x73,
|
0x2e, 0x4e, 0x69, 0x61, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
||||||
0x74, 0x22, 0xb6, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49,
|
0x16, 0x0a, 0x06, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52,
|
||||||
0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
0x06, 0x53, 0x77, 0x69, 0x74, 0x63, 0x68, 0x22, 0xca, 0x02, 0x0a, 0x08, 0x4e, 0x69, 0x61, 0x6e,
|
||||||
0x02, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x4f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79,
|
||||||
0x02, 0x4f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x74, 0x61, 0x72, 0x74, 0x48, 0x4d, 0x53, 0x18,
|
0x53, 0x74, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x41, 0x63, 0x74,
|
||||||
0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x53, 0x74, 0x61, 0x72, 0x74, 0x48, 0x4d, 0x53, 0x12,
|
0x69, 0x76, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x63,
|
||||||
0x16, 0x0a, 0x06, 0x45, 0x6e, 0x64, 0x48, 0x4d, 0x53, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||||||
0x06, 0x45, 0x6e, 0x64, 0x48, 0x4d, 0x53, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x79, 0x54,
|
0x0b, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x64, 0x12, 0x24, 0x0a, 0x0d,
|
||||||
0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x53, 0x74, 0x61, 0x79, 0x54, 0x73, 0x12,
|
0x42, 0x75, 0x66, 0x66, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20,
|
||||||
0x1a, 0x0a, 0x08, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28,
|
0x01, 0x28, 0x03, 0x52, 0x0d, 0x42, 0x75, 0x66, 0x66, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69,
|
||||||
0x03, 0x52, 0x08, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x4c,
|
0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x42, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d,
|
||||||
0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x42, 0x75, 0x66, 0x66, 0x45, 0x6e, 0x64,
|
||||||
0x4c, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x74, 0x65,
|
0x54, 0x69, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x0a, 0x53, 0x69, 0x67, 0x6e, 0x52, 0x65, 0x77, 0x61,
|
||||||
0x6d, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49,
|
0x72, 0x64, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70,
|
||||||
0x64, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x09, 0x20,
|
0x69, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x53, 0x69, 0x67, 0x6e,
|
||||||
0x01, 0x28, 0x03, 0x52, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x29, 0x0a,
|
0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x36, 0x0a, 0x0d, 0x42, 0x6f, 0x73, 0x73, 0x44, 0x69,
|
||||||
0x07, 0x52, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f,
|
0x65, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e,
|
||||||
0x2e, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x2e, 0x52, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
||||||
0x07, 0x52, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x50, 0x6c, 0x61, 0x79,
|
0x0d, 0x42, 0x6f, 0x73, 0x73, 0x44, 0x69, 0x65, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x44,
|
||||||
0x65, 0x72, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x50,
|
0x0a, 0x12, 0x42, 0x6f, 0x73, 0x73, 0x44, 0x69, 0x65, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x52, 0x65,
|
||||||
0x6c, 0x61, 0x79, 0x65, 0x72, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x2f, 0x0a, 0x07, 0x52, 0x65,
|
0x77, 0x61, 0x72, 0x64, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x77, 0x65, 0x62,
|
||||||
0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01,
|
0x61, 0x70, 0x69, 0x2e, 0x4e, 0x69, 0x61, 0x6e, 0x44, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f,
|
||||||
0x28, 0x03, 0x52, 0x03, 0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x52, 0x61, 0x74, 0x65, 0x18,
|
0x52, 0x12, 0x42, 0x6f, 0x73, 0x73, 0x44, 0x69, 0x65, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x52, 0x65,
|
||||||
0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x52, 0x61, 0x74, 0x65, 0x42, 0x26, 0x5a, 0x24, 0x6d,
|
0x77, 0x61, 0x72, 0x64, 0x22, 0x84, 0x01, 0x0a, 0x0c, 0x4e, 0x69, 0x61, 0x6e, 0x44, 0x72, 0x6f,
|
||||||
0x6f, 0x6e, 0x67, 0x6f, 0x2e, 0x67, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67,
|
0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
||||||
0x61, 0x6d, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x77, 0x65, 0x62,
|
0x05, 0x52, 0x02, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x18,
|
||||||
0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x18, 0x0a,
|
||||||
|
0x07, 0x49, 0x74, 0x65, 0x6d, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
|
||||||
|
0x49, 0x74, 0x65, 0x6d, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x44, 0x72, 0x6f, 0x70, 0x52,
|
||||||
|
0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x44, 0x72, 0x6f, 0x70, 0x52,
|
||||||
|
0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x44, 0x72, 0x6f, 0x70, 0x55, 0x70, 0x18, 0x05, 0x20,
|
||||||
|
0x01, 0x28, 0x05, 0x52, 0x06, 0x44, 0x72, 0x6f, 0x70, 0x55, 0x70, 0x22, 0x7a, 0x0a, 0x0f, 0x52,
|
||||||
|
0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a,
|
||||||
|
0x0a, 0x08, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
||||||
|
0x52, 0x08, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x29, 0x0a, 0x04, 0x4c, 0x69,
|
||||||
|
0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70,
|
||||||
|
0x69, 0x2e, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
||||||
|
0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x4c,
|
||||||
|
0x69, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x50, 0x6c, 0x61, 0x79,
|
||||||
|
0x65, 0x72, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x94, 0x02, 0x0a, 0x0d, 0x52, 0x65, 0x64, 0x50,
|
||||||
|
0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18,
|
||||||
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x4f, 0x6e, 0x18,
|
||||||
|
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x4f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x74, 0x61,
|
||||||
|
0x72, 0x74, 0x48, 0x4d, 0x53, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x53, 0x74, 0x61,
|
||||||
|
0x72, 0x74, 0x48, 0x4d, 0x53, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x64, 0x48, 0x4d, 0x53, 0x18,
|
||||||
|
0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x45, 0x6e, 0x64, 0x48, 0x4d, 0x53, 0x12, 0x16, 0x0a,
|
||||||
|
0x06, 0x53, 0x74, 0x61, 0x79, 0x54, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x53,
|
||||||
|
0x74, 0x61, 0x79, 0x54, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e,
|
||||||
|
0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e,
|
||||||
|
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x4c, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07,
|
||||||
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x4c, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
||||||
|
0x16, 0x0a, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52,
|
||||||
|
0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c,
|
||||||
|
0x4e, 0x75, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c,
|
||||||
|
0x4e, 0x75, 0x6d, 0x12, 0x29, 0x0a, 0x07, 0x52, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x0a,
|
||||||
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x2e, 0x52, 0x65,
|
||||||
|
0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x52, 0x65, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x2f,
|
||||||
|
0x0a, 0x07, 0x52, 0x65, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x4e, 0x75, 0x6d,
|
||||||
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x52,
|
||||||
|
0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x52, 0x61, 0x74, 0x65, 0x42,
|
||||||
|
0x26, 0x5a, 0x24, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x2e, 0x67, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x63,
|
||||||
|
0x6f, 0x6d, 0x2f, 0x67, 0x61, 0x6d, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
|
||||||
|
0x2f, 0x77, 0x65, 0x62, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
@ -11671,7 +11945,7 @@ func file_protocol_webapi_common_proto_rawDescGZIP() []byte {
|
||||||
return file_protocol_webapi_common_proto_rawDescData
|
return file_protocol_webapi_common_proto_rawDescData
|
||||||
}
|
}
|
||||||
|
|
||||||
var file_protocol_webapi_common_proto_msgTypes = make([]protoimpl.MessageInfo, 117)
|
var file_protocol_webapi_common_proto_msgTypes = make([]protoimpl.MessageInfo, 120)
|
||||||
var file_protocol_webapi_common_proto_goTypes = []interface{}{
|
var file_protocol_webapi_common_proto_goTypes = []interface{}{
|
||||||
(*MysqlDbSetting)(nil), // 0: webapi.MysqlDbSetting
|
(*MysqlDbSetting)(nil), // 0: webapi.MysqlDbSetting
|
||||||
(*MongoDbSetting)(nil), // 1: webapi.MongoDbSetting
|
(*MongoDbSetting)(nil), // 1: webapi.MongoDbSetting
|
||||||
|
|
@ -11777,35 +12051,38 @@ var file_protocol_webapi_common_proto_goTypes = []interface{}{
|
||||||
(*GamePigBankDiamondConfig)(nil), // 101: webapi.GamePigBankDiamondConfig
|
(*GamePigBankDiamondConfig)(nil), // 101: webapi.GamePigBankDiamondConfig
|
||||||
(*PigBankPropInfo)(nil), // 102: webapi.PigBankPropInfo
|
(*PigBankPropInfo)(nil), // 102: webapi.PigBankPropInfo
|
||||||
(*GamePigBankPropConfig)(nil), // 103: webapi.GamePigBankPropConfig
|
(*GamePigBankPropConfig)(nil), // 103: webapi.GamePigBankPropConfig
|
||||||
(*RedPacketConfig)(nil), // 104: webapi.RedPacketConfig
|
(*ActivityNianConfig)(nil), // 104: webapi.ActivityNianConfig
|
||||||
(*RedPacketInfo)(nil), // 105: webapi.RedPacketInfo
|
(*NianInfo)(nil), // 105: webapi.NianInfo
|
||||||
(*RedInfo)(nil), // 106: webapi.RedInfo
|
(*NianDropInfo)(nil), // 106: webapi.NianDropInfo
|
||||||
nil, // 107: webapi.Platform.BindTelRewardEntry
|
(*RedPacketConfig)(nil), // 107: webapi.RedPacketConfig
|
||||||
nil, // 108: webapi.PlayerData.RankScoreEntry
|
(*RedPacketInfo)(nil), // 108: webapi.RedPacketInfo
|
||||||
nil, // 109: webapi.ItemShop.AwardEntry
|
(*RedInfo)(nil), // 109: webapi.RedInfo
|
||||||
nil, // 110: webapi.VIPcfg.AwardEntry
|
nil, // 110: webapi.Platform.BindTelRewardEntry
|
||||||
nil, // 111: webapi.VIPcfg.Privilege1Entry
|
nil, // 111: webapi.PlayerData.RankScoreEntry
|
||||||
nil, // 112: webapi.VIPcfg.Privilege7Entry
|
nil, // 112: webapi.ItemShop.AwardEntry
|
||||||
nil, // 113: webapi.VIPcfg.Privilege9Entry
|
nil, // 113: webapi.VIPcfg.AwardEntry
|
||||||
nil, // 114: webapi.ActInviteConfig.PayScoreEntry
|
nil, // 114: webapi.VIPcfg.Privilege1Entry
|
||||||
nil, // 115: webapi.SkinLevel.UpItemEntry
|
nil, // 115: webapi.VIPcfg.Privilege7Entry
|
||||||
nil, // 116: webapi.SkinItem.UnlockParamEntry
|
nil, // 116: webapi.VIPcfg.Privilege9Entry
|
||||||
(*server.DB_GameFree)(nil), // 117: server.DB_GameFree
|
nil, // 117: webapi.ActInviteConfig.PayScoreEntry
|
||||||
(*server.DB_GameItem)(nil), // 118: server.DB_GameItem
|
nil, // 118: webapi.SkinLevel.UpItemEntry
|
||||||
|
nil, // 119: webapi.SkinItem.UnlockParamEntry
|
||||||
|
(*server.DB_GameFree)(nil), // 120: server.DB_GameFree
|
||||||
|
(*server.DB_GameItem)(nil), // 121: server.DB_GameItem
|
||||||
}
|
}
|
||||||
var file_protocol_webapi_common_proto_depIdxs = []int32{
|
var file_protocol_webapi_common_proto_depIdxs = []int32{
|
||||||
2, // 0: webapi.Platform.Leaderboard:type_name -> webapi.RankSwitch
|
2, // 0: webapi.Platform.Leaderboard:type_name -> webapi.RankSwitch
|
||||||
3, // 1: webapi.Platform.ClubConfig:type_name -> webapi.ClubConfig
|
3, // 1: webapi.Platform.ClubConfig:type_name -> webapi.ClubConfig
|
||||||
4, // 2: webapi.Platform.ThirdGameMerchant:type_name -> webapi.ThirdGame
|
4, // 2: webapi.Platform.ThirdGameMerchant:type_name -> webapi.ThirdGame
|
||||||
107, // 3: webapi.Platform.BindTelReward:type_name -> webapi.Platform.BindTelRewardEntry
|
110, // 3: webapi.Platform.BindTelReward:type_name -> webapi.Platform.BindTelRewardEntry
|
||||||
6, // 4: webapi.GameConfigGlobal.GameStatus:type_name -> webapi.GameStatus
|
6, // 4: webapi.GameConfigGlobal.GameStatus:type_name -> webapi.GameStatus
|
||||||
117, // 5: webapi.GameFree.DbGameFree:type_name -> server.DB_GameFree
|
120, // 5: webapi.GameFree.DbGameFree:type_name -> server.DB_GameFree
|
||||||
8, // 6: webapi.PlatformGameConfig.DbGameFrees:type_name -> webapi.GameFree
|
8, // 6: webapi.PlatformGameConfig.DbGameFrees:type_name -> webapi.GameFree
|
||||||
0, // 7: webapi.PlatformDbConfig.Mysql:type_name -> webapi.MysqlDbSetting
|
0, // 7: webapi.PlatformDbConfig.Mysql:type_name -> webapi.MysqlDbSetting
|
||||||
1, // 8: webapi.PlatformDbConfig.MongoDb:type_name -> webapi.MongoDbSetting
|
1, // 8: webapi.PlatformDbConfig.MongoDb:type_name -> webapi.MongoDbSetting
|
||||||
1, // 9: webapi.PlatformDbConfig.MongoDbLog:type_name -> webapi.MongoDbSetting
|
1, // 9: webapi.PlatformDbConfig.MongoDbLog:type_name -> webapi.MongoDbSetting
|
||||||
117, // 10: webapi.GameConfigGroup.DbGameFree:type_name -> server.DB_GameFree
|
120, // 10: webapi.GameConfigGroup.DbGameFree:type_name -> server.DB_GameFree
|
||||||
108, // 11: webapi.PlayerData.RankScore:type_name -> webapi.PlayerData.RankScoreEntry
|
111, // 11: webapi.PlayerData.RankScore:type_name -> webapi.PlayerData.RankScoreEntry
|
||||||
32, // 12: webapi.PlayerData.Items:type_name -> webapi.ItemInfo
|
32, // 12: webapi.PlayerData.Items:type_name -> webapi.ItemInfo
|
||||||
14, // 13: webapi.PlayerData.RoleUnlockList:type_name -> webapi.ModInfo
|
14, // 13: webapi.PlayerData.RoleUnlockList:type_name -> webapi.ModInfo
|
||||||
14, // 14: webapi.PlayerData.PetUnlockList:type_name -> webapi.ModInfo
|
14, // 14: webapi.PlayerData.PetUnlockList:type_name -> webapi.ModInfo
|
||||||
|
|
@ -11818,7 +12095,7 @@ var file_protocol_webapi_common_proto_depIdxs = []int32{
|
||||||
32, // 21: webapi.ExchangeShop.Items:type_name -> webapi.ItemInfo
|
32, // 21: webapi.ExchangeShop.Items:type_name -> webapi.ItemInfo
|
||||||
25, // 22: webapi.ExchangeShopList.List:type_name -> webapi.ExchangeShop
|
25, // 22: webapi.ExchangeShopList.List:type_name -> webapi.ExchangeShop
|
||||||
29, // 23: webapi.ExchangeShopList.Weight:type_name -> webapi.ShopWeight
|
29, // 23: webapi.ExchangeShopList.Weight:type_name -> webapi.ShopWeight
|
||||||
109, // 24: webapi.ItemShop.Award:type_name -> webapi.ItemShop.AwardEntry
|
112, // 24: webapi.ItemShop.Award:type_name -> webapi.ItemShop.AwardEntry
|
||||||
30, // 25: webapi.ItemShopList.List:type_name -> webapi.ItemShop
|
30, // 25: webapi.ItemShopList.List:type_name -> webapi.ItemShop
|
||||||
32, // 26: webapi.MatchInfoAward.ItemId:type_name -> webapi.ItemInfo
|
32, // 26: webapi.MatchInfoAward.ItemId:type_name -> webapi.ItemInfo
|
||||||
33, // 27: webapi.GameMatchDate.Award:type_name -> webapi.MatchInfoAward
|
33, // 27: webapi.GameMatchDate.Award:type_name -> webapi.MatchInfoAward
|
||||||
|
|
@ -11839,14 +12116,14 @@ var file_protocol_webapi_common_proto_depIdxs = []int32{
|
||||||
38, // 42: webapi.WelfareSpree.Item:type_name -> webapi.WelfareDate
|
38, // 42: webapi.WelfareSpree.Item:type_name -> webapi.WelfareDate
|
||||||
48, // 43: webapi.WelfareFirstPayDataList.List:type_name -> webapi.WelfareSpree
|
48, // 43: webapi.WelfareFirstPayDataList.List:type_name -> webapi.WelfareSpree
|
||||||
48, // 44: webapi.WelfareContinuousPayDataList.List:type_name -> webapi.WelfareSpree
|
48, // 44: webapi.WelfareContinuousPayDataList.List:type_name -> webapi.WelfareSpree
|
||||||
110, // 45: webapi.VIPcfg.Award:type_name -> webapi.VIPcfg.AwardEntry
|
113, // 45: webapi.VIPcfg.Award:type_name -> webapi.VIPcfg.AwardEntry
|
||||||
111, // 46: webapi.VIPcfg.Privilege1:type_name -> webapi.VIPcfg.Privilege1Entry
|
114, // 46: webapi.VIPcfg.Privilege1:type_name -> webapi.VIPcfg.Privilege1Entry
|
||||||
112, // 47: webapi.VIPcfg.Privilege7:type_name -> webapi.VIPcfg.Privilege7Entry
|
115, // 47: webapi.VIPcfg.Privilege7:type_name -> webapi.VIPcfg.Privilege7Entry
|
||||||
113, // 48: webapi.VIPcfg.Privilege9:type_name -> webapi.VIPcfg.Privilege9Entry
|
116, // 48: webapi.VIPcfg.Privilege9:type_name -> webapi.VIPcfg.Privilege9Entry
|
||||||
51, // 49: webapi.VIPcfgDataList.List:type_name -> webapi.VIPcfg
|
51, // 49: webapi.VIPcfgDataList.List:type_name -> webapi.VIPcfg
|
||||||
38, // 50: webapi.ChessRankConfig.Item:type_name -> webapi.WelfareDate
|
38, // 50: webapi.ChessRankConfig.Item:type_name -> webapi.WelfareDate
|
||||||
55, // 51: webapi.ChessRankcfgData.Datas:type_name -> webapi.ChessRankConfig
|
55, // 51: webapi.ChessRankcfgData.Datas:type_name -> webapi.ChessRankConfig
|
||||||
114, // 52: webapi.ActInviteConfig.PayScore:type_name -> webapi.ActInviteConfig.PayScoreEntry
|
117, // 52: webapi.ActInviteConfig.PayScore:type_name -> webapi.ActInviteConfig.PayScoreEntry
|
||||||
62, // 53: webapi.ActInviteConfig.Awards1:type_name -> webapi.RankAward
|
62, // 53: webapi.ActInviteConfig.Awards1:type_name -> webapi.RankAward
|
||||||
62, // 54: webapi.ActInviteConfig.Awards2:type_name -> webapi.RankAward
|
62, // 54: webapi.ActInviteConfig.Awards2:type_name -> webapi.RankAward
|
||||||
62, // 55: webapi.ActInviteConfig.Awards3:type_name -> webapi.RankAward
|
62, // 55: webapi.ActInviteConfig.Awards3:type_name -> webapi.RankAward
|
||||||
|
|
@ -11863,12 +12140,12 @@ var file_protocol_webapi_common_proto_depIdxs = []int32{
|
||||||
69, // 66: webapi.DiamondLotteryData.Info:type_name -> webapi.DiamondLotteryInfo
|
69, // 66: webapi.DiamondLotteryData.Info:type_name -> webapi.DiamondLotteryInfo
|
||||||
70, // 67: webapi.DiamondLotteryData.Players:type_name -> webapi.DiamondLotteryPlayers
|
70, // 67: webapi.DiamondLotteryData.Players:type_name -> webapi.DiamondLotteryPlayers
|
||||||
72, // 68: webapi.DiamondLotteryConfig.LotteryData:type_name -> webapi.DiamondLotteryData
|
72, // 68: webapi.DiamondLotteryConfig.LotteryData:type_name -> webapi.DiamondLotteryData
|
||||||
118, // 69: webapi.ItemConfig.Items:type_name -> server.DB_GameItem
|
121, // 69: webapi.ItemConfig.Items:type_name -> server.DB_GameItem
|
||||||
32, // 70: webapi.RankAwardInfo.Item:type_name -> webapi.ItemInfo
|
32, // 70: webapi.RankAwardInfo.Item:type_name -> webapi.ItemInfo
|
||||||
75, // 71: webapi.RankTypeInfo.Award:type_name -> webapi.RankAwardInfo
|
75, // 71: webapi.RankTypeInfo.Award:type_name -> webapi.RankAwardInfo
|
||||||
76, // 72: webapi.RankTypeConfig.Info:type_name -> webapi.RankTypeInfo
|
76, // 72: webapi.RankTypeConfig.Info:type_name -> webapi.RankTypeInfo
|
||||||
115, // 73: webapi.SkinLevel.UpItem:type_name -> webapi.SkinLevel.UpItemEntry
|
118, // 73: webapi.SkinLevel.UpItem:type_name -> webapi.SkinLevel.UpItemEntry
|
||||||
116, // 74: webapi.SkinItem.UnlockParam:type_name -> webapi.SkinItem.UnlockParamEntry
|
119, // 74: webapi.SkinItem.UnlockParam:type_name -> webapi.SkinItem.UnlockParamEntry
|
||||||
78, // 75: webapi.SkinItem.Levels:type_name -> webapi.SkinLevel
|
78, // 75: webapi.SkinItem.Levels:type_name -> webapi.SkinLevel
|
||||||
79, // 76: webapi.SkinConfig.Items:type_name -> webapi.SkinItem
|
79, // 76: webapi.SkinConfig.Items:type_name -> webapi.SkinItem
|
||||||
82, // 77: webapi.AwardLogConfig.AwardLog:type_name -> webapi.AwardLogData
|
82, // 77: webapi.AwardLogConfig.AwardLog:type_name -> webapi.AwardLogData
|
||||||
|
|
@ -11887,13 +12164,17 @@ var file_protocol_webapi_common_proto_depIdxs = []int32{
|
||||||
32, // 90: webapi.PigBankDiamondInfo.DiamondExc:type_name -> webapi.ItemInfo
|
32, // 90: webapi.PigBankDiamondInfo.DiamondExc:type_name -> webapi.ItemInfo
|
||||||
100, // 91: webapi.GamePigBankDiamondConfig.DiamondInfo:type_name -> webapi.PigBankDiamondInfo
|
100, // 91: webapi.GamePigBankDiamondConfig.DiamondInfo:type_name -> webapi.PigBankDiamondInfo
|
||||||
102, // 92: webapi.GamePigBankPropConfig.PropInfo:type_name -> webapi.PigBankPropInfo
|
102, // 92: webapi.GamePigBankPropConfig.PropInfo:type_name -> webapi.PigBankPropInfo
|
||||||
105, // 93: webapi.RedPacketConfig.List:type_name -> webapi.RedPacketInfo
|
105, // 93: webapi.ActivityNianConfig.List:type_name -> webapi.NianInfo
|
||||||
106, // 94: webapi.RedPacketInfo.RedList:type_name -> webapi.RedInfo
|
32, // 94: webapi.NianInfo.SignReward:type_name -> webapi.ItemInfo
|
||||||
95, // [95:95] is the sub-list for method output_type
|
32, // 95: webapi.NianInfo.BossDieReward:type_name -> webapi.ItemInfo
|
||||||
95, // [95:95] is the sub-list for method input_type
|
106, // 96: webapi.NianInfo.BossDieOtherReward:type_name -> webapi.NianDropInfo
|
||||||
95, // [95:95] is the sub-list for extension type_name
|
108, // 97: webapi.RedPacketConfig.List:type_name -> webapi.RedPacketInfo
|
||||||
95, // [95:95] is the sub-list for extension extendee
|
109, // 98: webapi.RedPacketInfo.RedList:type_name -> webapi.RedInfo
|
||||||
0, // [0:95] is the sub-list for field type_name
|
99, // [99:99] is the sub-list for method output_type
|
||||||
|
99, // [99:99] is the sub-list for method input_type
|
||||||
|
99, // [99:99] is the sub-list for extension type_name
|
||||||
|
99, // [99:99] is the sub-list for extension extendee
|
||||||
|
0, // [0:99] is the sub-list for field type_name
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() { file_protocol_webapi_common_proto_init() }
|
func init() { file_protocol_webapi_common_proto_init() }
|
||||||
|
|
@ -13151,7 +13432,7 @@ func file_protocol_webapi_common_proto_init() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_protocol_webapi_common_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} {
|
file_protocol_webapi_common_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*RedPacketConfig); i {
|
switch v := v.(*ActivityNianConfig); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
case 1:
|
case 1:
|
||||||
|
|
@ -13163,7 +13444,7 @@ func file_protocol_webapi_common_proto_init() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_protocol_webapi_common_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} {
|
file_protocol_webapi_common_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*RedPacketInfo); i {
|
switch v := v.(*NianInfo); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
case 1:
|
case 1:
|
||||||
|
|
@ -13175,6 +13456,42 @@ func file_protocol_webapi_common_proto_init() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_protocol_webapi_common_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} {
|
file_protocol_webapi_common_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} {
|
||||||
|
switch v := v.(*NianDropInfo); i {
|
||||||
|
case 0:
|
||||||
|
return &v.state
|
||||||
|
case 1:
|
||||||
|
return &v.sizeCache
|
||||||
|
case 2:
|
||||||
|
return &v.unknownFields
|
||||||
|
default:
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
file_protocol_webapi_common_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} {
|
||||||
|
switch v := v.(*RedPacketConfig); i {
|
||||||
|
case 0:
|
||||||
|
return &v.state
|
||||||
|
case 1:
|
||||||
|
return &v.sizeCache
|
||||||
|
case 2:
|
||||||
|
return &v.unknownFields
|
||||||
|
default:
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
file_protocol_webapi_common_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} {
|
||||||
|
switch v := v.(*RedPacketInfo); i {
|
||||||
|
case 0:
|
||||||
|
return &v.state
|
||||||
|
case 1:
|
||||||
|
return &v.sizeCache
|
||||||
|
case 2:
|
||||||
|
return &v.unknownFields
|
||||||
|
default:
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
file_protocol_webapi_common_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} {
|
||||||
switch v := v.(*RedInfo); i {
|
switch v := v.(*RedInfo); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
|
@ -13193,7 +13510,7 @@ func file_protocol_webapi_common_proto_init() {
|
||||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||||
RawDescriptor: file_protocol_webapi_common_proto_rawDesc,
|
RawDescriptor: file_protocol_webapi_common_proto_rawDesc,
|
||||||
NumEnums: 0,
|
NumEnums: 0,
|
||||||
NumMessages: 117,
|
NumMessages: 120,
|
||||||
NumExtensions: 0,
|
NumExtensions: 0,
|
||||||
NumServices: 0,
|
NumServices: 0,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1097,11 +1097,35 @@ message GamePigBankPropConfig{
|
||||||
string Platform = 1; // 平台
|
string Platform = 1; // 平台
|
||||||
repeated PigBankPropInfo PropInfo = 2; // 存钱罐属性
|
repeated PigBankPropInfo PropInfo = 2; // 存钱罐属性
|
||||||
}
|
}
|
||||||
|
//etcd /game/activity_nian
|
||||||
|
message ActivityNianConfig {
|
||||||
|
string Platform = 1; // 平台
|
||||||
|
repeated NianInfo List = 2;
|
||||||
|
int32 Switch = 3; // 活动开关 1.开启 2.关闭
|
||||||
|
}
|
||||||
|
|
||||||
|
message NianInfo{
|
||||||
|
string ActivityStart = 1; // 活动开始时间
|
||||||
|
string ActivityEnd = 2; // 活动结束时间
|
||||||
|
int64 BuffStartTime = 3; //Buff领取开始时间 18
|
||||||
|
int64 BuffEndTime = 4; //Buff领取结束时间 21
|
||||||
|
repeated ItemInfo SignReward = 5; // 签到奖励
|
||||||
|
repeated ItemInfo BossDieReward = 6; // 击杀BOSS奖励
|
||||||
|
repeated NianDropInfo BossDieOtherReward = 7; // 击杀Boss额外奖励
|
||||||
|
}
|
||||||
|
message NianDropInfo{
|
||||||
|
int32 Id = 1;
|
||||||
|
int32 ItemId = 2; // 物品ID
|
||||||
|
int64 ItemNum = 3; // 物品数量
|
||||||
|
int32 DropRate = 4;//掉落概率
|
||||||
|
int32 DropUp = 5;//掉落上限
|
||||||
|
}
|
||||||
|
|
||||||
// etcd /game/act_redpacket
|
// etcd /game/act_redpacket
|
||||||
message RedPacketConfig{
|
message RedPacketConfig{
|
||||||
string Platform = 1; // 平台
|
string Platform = 1; // 平台
|
||||||
repeated RedPacketInfo List = 4; // 活动列表
|
repeated RedPacketInfo List = 2; // 活动列表
|
||||||
|
int32 PlayerLimit = 3; // 玩家最大领取红包次数 0无限制
|
||||||
}
|
}
|
||||||
|
|
||||||
message RedPacketInfo{
|
message RedPacketInfo{
|
||||||
|
|
@ -1115,7 +1139,6 @@ message RedPacketInfo{
|
||||||
int32 ItemId = 8; // 奖励类型(道具id,100001金币 100002钻石)
|
int32 ItemId = 8; // 奖励类型(道具id,100001金币 100002钻石)
|
||||||
int64 TotalNum = 9; // 总奖励数量
|
int64 TotalNum = 9; // 总奖励数量
|
||||||
repeated RedInfo RedList = 10; // 红包奖励列表
|
repeated RedInfo RedList = 10; // 红包奖励列表
|
||||||
int32 PlayerLimit = 11; // 玩家最大领取红包次数 0无限制
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message RedInfo{
|
message RedInfo{
|
||||||
|
|
|
||||||
|
|
@ -4695,8 +4695,8 @@ type RedPacketInfo struct {
|
||||||
StartTs int64 `protobuf:"varint,2,opt,name=StartTs,proto3" json:"StartTs,omitempty"` // 开始时间
|
StartTs int64 `protobuf:"varint,2,opt,name=StartTs,proto3" json:"StartTs,omitempty"` // 开始时间
|
||||||
EndTs int64 `protobuf:"varint,3,opt,name=EndTs,proto3" json:"EndTs,omitempty"` // 结束时间
|
EndTs int64 `protobuf:"varint,3,opt,name=EndTs,proto3" json:"EndTs,omitempty"` // 结束时间
|
||||||
StayTs int64 `protobuf:"varint,4,opt,name=StayTs,proto3" json:"StayTs,omitempty"` // 持续时长,单位秒;0代表不限制
|
StayTs int64 `protobuf:"varint,4,opt,name=StayTs,proto3" json:"StayTs,omitempty"` // 持续时长,单位秒;0代表不限制
|
||||||
MaxCount int64 `protobuf:"varint,5,opt,name=MaxCount,proto3" json:"MaxCount,omitempty"` // 最大领取次数;-1代表不限制
|
RemainCount int64 `protobuf:"varint,5,opt,name=RemainCount,proto3" json:"RemainCount,omitempty"` // 剩余次数;-1代表不限制
|
||||||
RemainCount int64 `protobuf:"varint,6,opt,name=RemainCount,proto3" json:"RemainCount,omitempty"` // 剩余次数;-1代表不限制
|
IsJoin bool `protobuf:"varint,6,opt,name=IsJoin,proto3" json:"IsJoin,omitempty"` // 是否参与过
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketInfo) Reset() {
|
func (x *RedPacketInfo) Reset() {
|
||||||
|
|
@ -4759,13 +4759,6 @@ func (x *RedPacketInfo) GetStayTs() int64 {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *RedPacketInfo) GetMaxCount() int64 {
|
|
||||||
if x != nil {
|
|
||||||
return x.MaxCount
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
||||||
func (x *RedPacketInfo) GetRemainCount() int64 {
|
func (x *RedPacketInfo) GetRemainCount() int64 {
|
||||||
if x != nil {
|
if x != nil {
|
||||||
return x.RemainCount
|
return x.RemainCount
|
||||||
|
|
@ -4773,6 +4766,13 @@ func (x *RedPacketInfo) GetRemainCount() int64 {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (x *RedPacketInfo) GetIsJoin() bool {
|
||||||
|
if x != nil {
|
||||||
|
return x.IsJoin
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
// 抽红包
|
// 抽红包
|
||||||
//PACKET_CSRedPacketDraw
|
//PACKET_CSRedPacketDraw
|
||||||
type CSRedPacketDraw struct {
|
type CSRedPacketDraw struct {
|
||||||
|
|
@ -4780,7 +4780,7 @@ type CSRedPacketDraw struct {
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // id
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` // 活动id RedPacketInfo.Id 0表示参与过当前的抽奖活动了
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *CSRedPacketDraw) Reset() {
|
func (x *CSRedPacketDraw) Reset() {
|
||||||
|
|
@ -5393,161 +5393,161 @@ var file_protocol_welfare_welfare_proto_rawDesc = []byte{
|
||||||
0x53, 0x43, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
0x53, 0x43, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
||||||
0x2a, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e,
|
0x2a, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e,
|
||||||
0x77, 0x65, 0x6c, 0x66, 0x61, 0x72, 0x65, 0x2e, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65,
|
0x77, 0x65, 0x6c, 0x66, 0x61, 0x72, 0x65, 0x2e, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65,
|
||||||
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xa5, 0x01, 0x0a, 0x0d,
|
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xa1, 0x01, 0x0a, 0x0d,
|
||||||
0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a,
|
0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a,
|
||||||
0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x18, 0x0a,
|
0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x18, 0x0a,
|
||||||
0x07, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
|
0x07, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
|
||||||
0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x45, 0x6e, 0x64, 0x54, 0x73,
|
0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x45, 0x6e, 0x64, 0x54, 0x73,
|
||||||
0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x45, 0x6e, 0x64, 0x54, 0x73, 0x12, 0x16, 0x0a,
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x45, 0x6e, 0x64, 0x54, 0x73, 0x12, 0x16, 0x0a,
|
||||||
0x06, 0x53, 0x74, 0x61, 0x79, 0x54, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x53,
|
0x06, 0x53, 0x74, 0x61, 0x79, 0x54, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x53,
|
||||||
0x74, 0x61, 0x79, 0x54, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e,
|
0x74, 0x61, 0x79, 0x54, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x43,
|
||||||
0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x4d, 0x61, 0x78, 0x43, 0x6f, 0x75, 0x6e,
|
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x52, 0x65, 0x6d, 0x61,
|
||||||
0x74, 0x12, 0x20, 0x0a, 0x0b, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
0x69, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x73, 0x4a, 0x6f, 0x69,
|
||||||
0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f,
|
0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x49, 0x73, 0x4a, 0x6f, 0x69, 0x6e, 0x22,
|
||||||
0x75, 0x6e, 0x74, 0x22, 0x21, 0x0a, 0x0f, 0x43, 0x53, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b,
|
0x21, 0x0a, 0x0f, 0x43, 0x53, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x44, 0x72,
|
||||||
0x65, 0x74, 0x44, 0x72, 0x61, 0x77, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
0x61, 0x77, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
|
||||||
0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x22, 0xa1, 0x01, 0x0a, 0x0f, 0x53, 0x43, 0x52, 0x65, 0x64,
|
0x49, 0x64, 0x22, 0xa1, 0x01, 0x0a, 0x0f, 0x53, 0x43, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b,
|
||||||
0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x44, 0x72, 0x61, 0x77, 0x12, 0x33, 0x0a, 0x09, 0x4f, 0x70,
|
0x65, 0x74, 0x44, 0x72, 0x61, 0x77, 0x12, 0x33, 0x0a, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43,
|
||||||
0x52, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e,
|
0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x77, 0x65, 0x6c, 0x66,
|
||||||
0x77, 0x65, 0x6c, 0x66, 0x61, 0x72, 0x65, 0x2e, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
|
0x61, 0x72, 0x65, 0x2e, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65,
|
||||||
0x43, 0x6f, 0x64, 0x65, 0x52, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
0x52, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49,
|
||||||
0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12,
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x27, 0x0a, 0x05, 0x41,
|
||||||
0x27, 0x0a, 0x05, 0x41, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11,
|
0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x77, 0x65, 0x6c,
|
||||||
0x2e, 0x77, 0x65, 0x6c, 0x66, 0x61, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66,
|
0x66, 0x61, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x05, 0x41,
|
||||||
0x6f, 0x52, 0x05, 0x41, 0x77, 0x61, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x52, 0x65, 0x6d, 0x61,
|
0x77, 0x61, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f,
|
||||||
0x69, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x52,
|
0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x52, 0x65, 0x6d, 0x61, 0x69,
|
||||||
0x65, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x2a, 0xf5, 0x02, 0x0a, 0x0c, 0x4f,
|
0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x2a, 0xf5, 0x02, 0x0a, 0x0c, 0x4f, 0x70, 0x52, 0x65, 0x73,
|
||||||
0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x4f,
|
0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x4f, 0x50, 0x52, 0x43, 0x5f,
|
||||||
0x50, 0x52, 0x43, 0x5f, 0x53, 0x75, 0x63, 0x65, 0x73, 0x73, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a,
|
0x53, 0x75, 0x63, 0x65, 0x73, 0x73, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x4f, 0x50, 0x52, 0x43,
|
||||||
0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c,
|
0x5f, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x4f, 0x50, 0x52, 0x43,
|
||||||
0x4f, 0x50, 0x52, 0x43, 0x5f, 0x4e, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x10, 0x02, 0x12, 0x14,
|
0x5f, 0x4e, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x10, 0x02, 0x12, 0x14, 0x0a, 0x10, 0x4f, 0x50,
|
||||||
0x0a, 0x10, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x43, 0x6f, 0x69, 0x6e, 0x54, 0x6f, 0x6f, 0x4d, 0x6f,
|
0x52, 0x43, 0x5f, 0x43, 0x6f, 0x69, 0x6e, 0x54, 0x6f, 0x6f, 0x4d, 0x6f, 0x72, 0x65, 0x10, 0x03,
|
||||||
0x72, 0x65, 0x10, 0x03, 0x12, 0x10, 0x0a, 0x0c, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45, 0x72, 0x72,
|
0x12, 0x10, 0x0a, 0x0c, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x69, 0x6e,
|
||||||
0x43, 0x6f, 0x69, 0x6e, 0x10, 0x04, 0x12, 0x14, 0x0a, 0x10, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x41,
|
0x10, 0x04, 0x12, 0x14, 0x0a, 0x10, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x41, 0x6c, 0x72, 0x65, 0x61,
|
||||||
0x6c, 0x72, 0x65, 0x61, 0x64, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x10, 0x05, 0x12, 0x11, 0x0a, 0x0d,
|
0x64, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x10, 0x05, 0x12, 0x11, 0x0a, 0x0d, 0x4f, 0x50, 0x52, 0x43,
|
||||||
0x4f, 0x50, 0x52, 0x43, 0x5f, 0x42, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x6c, 0x66, 0x10, 0x06, 0x12,
|
0x5f, 0x42, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x6c, 0x66, 0x10, 0x06, 0x12, 0x11, 0x0a, 0x0d, 0x4f,
|
||||||
0x11, 0x0a, 0x0d, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x4d, 0x79, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
0x50, 0x52, 0x43, 0x5f, 0x4d, 0x79, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x10, 0x07, 0x12, 0x11,
|
||||||
0x10, 0x07, 0x12, 0x11, 0x0a, 0x0d, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x4e, 0x6f, 0x74, 0x45, 0x78,
|
0x0a, 0x0d, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x4e, 0x6f, 0x74, 0x45, 0x78, 0x69, 0x73, 0x74, 0x10,
|
||||||
0x69, 0x73, 0x74, 0x10, 0x08, 0x12, 0x14, 0x0a, 0x10, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x44, 0x69,
|
0x08, 0x12, 0x14, 0x0a, 0x10, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e,
|
||||||
0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x4c, 0x65, 0x73, 0x73, 0x10, 0x09, 0x12, 0x17, 0x0a, 0x13, 0x4f,
|
0x64, 0x4c, 0x65, 0x73, 0x73, 0x10, 0x09, 0x12, 0x17, 0x0a, 0x13, 0x4f, 0x50, 0x52, 0x43, 0x5f,
|
||||||
0x50, 0x52, 0x43, 0x5f, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x6f, 0x74, 0x46, 0x75,
|
0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x6f, 0x74, 0x46, 0x75, 0x6c, 0x6c, 0x10, 0x0a,
|
||||||
0x6c, 0x6c, 0x10, 0x0a, 0x12, 0x1d, 0x0a, 0x19, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x50, 0x69, 0x67,
|
0x12, 0x1d, 0x0a, 0x19, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b,
|
||||||
0x62, 0x61, 0x6e, 0x6b, 0x4f, 0x76, 0x65, 0x72, 0x54, 0x61, 0x6b, 0x65, 0x54, 0x69, 0x6d, 0x65,
|
0x4f, 0x76, 0x65, 0x72, 0x54, 0x61, 0x6b, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x10, 0x0b, 0x12,
|
||||||
0x73, 0x10, 0x0b, 0x12, 0x16, 0x0a, 0x12, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45, 0x78, 0x63, 0x68,
|
0x16, 0x0a, 0x12, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
||||||
0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x10, 0x0c, 0x12, 0x1b, 0x0a, 0x17, 0x4f,
|
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x10, 0x0c, 0x12, 0x1b, 0x0a, 0x17, 0x4f, 0x50, 0x52, 0x43, 0x5f,
|
||||||
0x50, 0x52, 0x43, 0x5f, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x65, 0x76, 0x65,
|
0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4c, 0x69, 0x6d,
|
||||||
0x6c, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x10, 0x0d, 0x12, 0x13, 0x0a, 0x0f, 0x4f, 0x50, 0x52, 0x43,
|
0x69, 0x74, 0x10, 0x0d, 0x12, 0x13, 0x0a, 0x0f, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x4e, 0x65, 0x65,
|
||||||
0x5f, 0x4e, 0x65, 0x65, 0x64, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x10, 0x0e, 0x12, 0x10, 0x0a,
|
0x64, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x10, 0x0e, 0x12, 0x10, 0x0a, 0x0c, 0x4f, 0x50, 0x52,
|
||||||
0x0c, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x73, 0x74, 0x10, 0x0f, 0x12,
|
0x43, 0x5f, 0x45, 0x72, 0x72, 0x43, 0x6f, 0x73, 0x74, 0x10, 0x0f, 0x12, 0x11, 0x0a, 0x0d, 0x4f,
|
||||||
0x11, 0x0a, 0x0d, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64,
|
0x50, 0x52, 0x43, 0x5f, 0x4e, 0x6f, 0x74, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x10, 0x10, 0x2a, 0x86,
|
||||||
0x10, 0x10, 0x2a, 0x86, 0x0d, 0x0a, 0x09, 0x53, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x44,
|
0x0d, 0x0a, 0x09, 0x53, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x44, 0x12, 0x14, 0x0a, 0x10,
|
||||||
0x12, 0x14, 0x0a, 0x10, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x48, 0x4f, 0x50, 0x5f,
|
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x48, 0x4f, 0x50, 0x5f, 0x5a, 0x45, 0x52, 0x4f,
|
||||||
0x5a, 0x45, 0x52, 0x4f, 0x10, 0x00, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
0x10, 0x00, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f,
|
||||||
0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x52, 0x45, 0x4c, 0x49,
|
0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x52, 0x45, 0x4c, 0x49, 0x45, 0x46, 0x46, 0x55,
|
||||||
0x45, 0x46, 0x46, 0x55, 0x4e, 0x44, 0x10, 0x94, 0x14, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43,
|
0x4e, 0x44, 0x10, 0x94, 0x14, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f,
|
||||||
0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x52,
|
0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x52, 0x45, 0x4c, 0x49, 0x45,
|
||||||
0x45, 0x4c, 0x49, 0x45, 0x46, 0x46, 0x55, 0x4e, 0x44, 0x10, 0x95, 0x14, 0x12, 0x20, 0x0a, 0x1b,
|
0x46, 0x46, 0x55, 0x4e, 0x44, 0x10, 0x95, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b,
|
||||||
|
0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x54, 0x55,
|
||||||
|
0x52, 0x4e, 0x50, 0x4c, 0x41, 0x54, 0x45, 0x10, 0x96, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41,
|
||||||
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54,
|
||||||
|
0x54, 0x55, 0x52, 0x4e, 0x50, 0x4c, 0x41, 0x54, 0x45, 0x10, 0x97, 0x14, 0x12, 0x20, 0x0a, 0x1b,
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47,
|
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47,
|
||||||
0x45, 0x54, 0x54, 0x55, 0x52, 0x4e, 0x50, 0x4c, 0x41, 0x54, 0x45, 0x10, 0x96, 0x14, 0x12, 0x20,
|
0x45, 0x54, 0x41, 0x44, 0x44, 0x55, 0x50, 0x53, 0x49, 0x47, 0x4e, 0x10, 0x98, 0x14, 0x12, 0x20,
|
||||||
0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46,
|
0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46,
|
||||||
0x5f, 0x47, 0x45, 0x54, 0x54, 0x55, 0x52, 0x4e, 0x50, 0x4c, 0x41, 0x54, 0x45, 0x10, 0x97, 0x14,
|
0x5f, 0x47, 0x45, 0x54, 0x41, 0x44, 0x44, 0x55, 0x50, 0x53, 0x49, 0x47, 0x4e, 0x10, 0x99, 0x14,
|
||||||
0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45,
|
0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45,
|
||||||
0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x41, 0x44, 0x44, 0x55, 0x50, 0x53, 0x49, 0x47, 0x4e, 0x10,
|
0x4c, 0x46, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x41, 0x52, 0x45, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0x9a,
|
||||||
0x98, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f,
|
0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57,
|
||||||
0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x41, 0x44, 0x44, 0x55, 0x50, 0x53, 0x49, 0x47,
|
0x45, 0x4c, 0x46, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x41, 0x52, 0x45, 0x49, 0x4e, 0x46, 0x4f, 0x10,
|
||||||
0x4e, 0x10, 0x99, 0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
0x9b, 0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f,
|
||||||
0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x41, 0x52, 0x45, 0x49, 0x4e,
|
0x57, 0x45, 0x4c, 0x46, 0x5f, 0x42, 0x4c, 0x49, 0x4e, 0x42, 0x4f, 0x58, 0x49, 0x4e, 0x46, 0x4f,
|
||||||
0x46, 0x4f, 0x10, 0x9a, 0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f,
|
0x10, 0x9c, 0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43,
|
||||||
0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x41, 0x52, 0x45, 0x49,
|
0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x42, 0x4c, 0x49, 0x4e, 0x42, 0x4f, 0x58, 0x49, 0x4e, 0x46,
|
||||||
0x4e, 0x46, 0x4f, 0x10, 0x9b, 0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
0x4f, 0x10, 0x9d, 0x14, 0x12, 0x1e, 0x0a, 0x19, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
||||||
0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x42, 0x4c, 0x49, 0x4e, 0x42, 0x4f, 0x58,
|
0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x42, 0x4c, 0x49, 0x4e, 0x42, 0x4f,
|
||||||
0x49, 0x4e, 0x46, 0x4f, 0x10, 0x9c, 0x14, 0x12, 0x1f, 0x0a, 0x1a, 0x50, 0x41, 0x43, 0x4b, 0x45,
|
0x58, 0x10, 0x9e, 0x14, 0x12, 0x1e, 0x0a, 0x19, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53,
|
||||||
0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x42, 0x4c, 0x49, 0x4e, 0x42, 0x4f,
|
0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x42, 0x4c, 0x49, 0x4e, 0x42, 0x4f,
|
||||||
0x58, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0x9d, 0x14, 0x12, 0x1e, 0x0a, 0x19, 0x50, 0x41, 0x43, 0x4b,
|
0x58, 0x10, 0x9f, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
||||||
0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x42, 0x4c,
|
0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52, 0x53, 0x54, 0x50, 0x41, 0x59, 0x49,
|
||||||
0x49, 0x4e, 0x42, 0x4f, 0x58, 0x10, 0x9e, 0x14, 0x12, 0x1e, 0x0a, 0x19, 0x50, 0x41, 0x43, 0x4b,
|
0x4e, 0x46, 0x4f, 0x10, 0xa0, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
||||||
0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x47, 0x45, 0x54, 0x42, 0x4c,
|
0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52, 0x53, 0x54, 0x50, 0x41,
|
||||||
0x49, 0x4e, 0x42, 0x4f, 0x58, 0x10, 0x9f, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b,
|
0x59, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa1, 0x14, 0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b,
|
||||||
0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52, 0x53, 0x54,
|
0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52, 0x53, 0x54,
|
||||||
0x50, 0x41, 0x59, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa0, 0x14, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41,
|
0x50, 0x41, 0x59, 0x10, 0xa2, 0x14, 0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
||||||
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52,
|
0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52, 0x53, 0x54, 0x50, 0x41,
|
||||||
0x53, 0x54, 0x50, 0x41, 0x59, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa1, 0x14, 0x12, 0x1c, 0x0a, 0x17,
|
0x59, 0x10, 0xa3, 0x14, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46,
|
0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x49, 0x4e, 0x50, 0x41, 0x59,
|
||||||
0x49, 0x52, 0x53, 0x54, 0x50, 0x41, 0x59, 0x10, 0xa2, 0x14, 0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41,
|
0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa4, 0x14, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b, 0x45,
|
||||||
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x46, 0x49, 0x52,
|
0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x49, 0x4e,
|
||||||
0x53, 0x54, 0x50, 0x41, 0x59, 0x10, 0xa3, 0x14, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b,
|
0x50, 0x41, 0x59, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa5, 0x14, 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x41,
|
||||||
0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x49,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e,
|
||||||
0x4e, 0x50, 0x41, 0x59, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa4, 0x14, 0x12, 0x21, 0x0a, 0x1c, 0x50,
|
0x54, 0x49, 0x4e, 0x50, 0x41, 0x59, 0x10, 0xa6, 0x14, 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x41, 0x43,
|
||||||
0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x43, 0x4f,
|
0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x54,
|
||||||
0x4e, 0x54, 0x49, 0x4e, 0x50, 0x41, 0x59, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xa5, 0x14, 0x12, 0x1d,
|
0x49, 0x4e, 0x50, 0x41, 0x59, 0x10, 0xa7, 0x14, 0x12, 0x22, 0x0a, 0x1d, 0x50, 0x41, 0x43, 0x4b,
|
||||||
0x0a, 0x18, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x57, 0x45, 0x4c, 0x46,
|
0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x53, 0x69, 0x67, 0x6e, 0x44, 0x61, 0x79, 0x5f, 0x41, 0x64,
|
||||||
0x5f, 0x43, 0x4f, 0x4e, 0x54, 0x49, 0x4e, 0x50, 0x41, 0x59, 0x10, 0xa6, 0x14, 0x12, 0x1d, 0x0a,
|
0x64, 0x75, 0x70, 0x32, 0x41, 0x77, 0x61, 0x72, 0x64, 0x10, 0xa8, 0x14, 0x12, 0x22, 0x0a, 0x1d,
|
||||||
0x18, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x57, 0x45, 0x4c, 0x46, 0x5f,
|
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x53, 0x69, 0x67, 0x6e, 0x44, 0x61,
|
||||||
0x43, 0x4f, 0x4e, 0x54, 0x49, 0x4e, 0x50, 0x41, 0x59, 0x10, 0xa7, 0x14, 0x12, 0x22, 0x0a, 0x1d,
|
0x79, 0x5f, 0x41, 0x64, 0x64, 0x75, 0x70, 0x32, 0x41, 0x77, 0x61, 0x72, 0x64, 0x10, 0xa9, 0x14,
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x53, 0x69, 0x67, 0x6e, 0x44, 0x61,
|
0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x57, 0x65, 0x6c,
|
||||||
0x79, 0x5f, 0x41, 0x64, 0x64, 0x75, 0x70, 0x32, 0x41, 0x77, 0x61, 0x72, 0x64, 0x10, 0xa8, 0x14,
|
0x66, 0x52, 0x65, 0x6c, 0x69, 0x65, 0x66, 0x10, 0xd4, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41,
|
||||||
0x12, 0x22, 0x0a, 0x1d, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x53, 0x69,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x57, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x6c, 0x69, 0x65,
|
||||||
0x67, 0x6e, 0x44, 0x61, 0x79, 0x5f, 0x41, 0x64, 0x64, 0x75, 0x70, 0x32, 0x41, 0x77, 0x61, 0x72,
|
0x66, 0x10, 0xd5, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
||||||
0x64, 0x10, 0xa9, 0x14, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
0x53, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xd6, 0x16, 0x12, 0x18,
|
||||||
0x53, 0x57, 0x65, 0x6c, 0x66, 0x52, 0x65, 0x6c, 0x69, 0x65, 0x66, 0x10, 0xd4, 0x16, 0x12, 0x18,
|
0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x49, 0x6e, 0x76, 0x69, 0x74,
|
||||||
0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x57, 0x65, 0x6c, 0x66, 0x52,
|
0x65, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xd7, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b,
|
||||||
0x65, 0x6c, 0x69, 0x65, 0x66, 0x10, 0xd5, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b,
|
0x45, 0x54, 0x5f, 0x43, 0x53, 0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x10,
|
||||||
0x45, 0x54, 0x5f, 0x43, 0x53, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x10,
|
0xd8, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x42,
|
||||||
0xd6, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x49,
|
0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x10, 0xd9, 0x16, 0x12, 0x1c, 0x0a, 0x17,
|
||||||
0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xd7, 0x16, 0x12, 0x18, 0x0a, 0x13,
|
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76,
|
|
||||||
0x69, 0x74, 0x65, 0x10, 0xd8, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
|
||||||
0x5f, 0x53, 0x43, 0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x10, 0xd9, 0x16,
|
|
||||||
0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x69, 0x67,
|
|
||||||
0x62, 0x61, 0x6e, 0x6b, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xde, 0x16, 0x12, 0x1c,
|
|
||||||
0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x69, 0x67, 0x62, 0x61,
|
|
||||||
0x6e, 0x6b, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xdf, 0x16, 0x12, 0x1d, 0x0a, 0x18,
|
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b,
|
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b,
|
||||||
0x54, 0x61, 0x6b, 0x65, 0x43, 0x6f, 0x69, 0x6e, 0x10, 0xe0, 0x16, 0x12, 0x1d, 0x0a, 0x18, 0x50,
|
0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xde, 0x16, 0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41,
|
||||||
0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b, 0x54,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b, 0x47, 0x65,
|
||||||
0x61, 0x6b, 0x65, 0x43, 0x6f, 0x69, 0x6e, 0x10, 0xe1, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41,
|
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xdf, 0x16, 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x41, 0x43, 0x4b,
|
||||||
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x42, 0x61,
|
0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b, 0x54, 0x61, 0x6b, 0x65,
|
||||||
0x6e, 0x6b, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe2, 0x16, 0x12, 0x20, 0x0a, 0x1b,
|
0x43, 0x6f, 0x69, 0x6e, 0x10, 0xe0, 0x16, 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x41, 0x43, 0x4b, 0x45,
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64,
|
0x54, 0x5f, 0x53, 0x43, 0x50, 0x69, 0x67, 0x62, 0x61, 0x6e, 0x6b, 0x54, 0x61, 0x6b, 0x65, 0x43,
|
||||||
0x42, 0x61, 0x6e, 0x6b, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe3, 0x16, 0x12, 0x24,
|
0x6f, 0x69, 0x6e, 0x10, 0xe1, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
||||||
0x0a, 0x1f, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x44, 0x69, 0x61, 0x6d, 0x6f,
|
0x5f, 0x43, 0x53, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x42, 0x61, 0x6e, 0x6b, 0x47, 0x65,
|
||||||
0x6e, 0x64, 0x42, 0x61, 0x6e, 0x6b, 0x54, 0x61, 0x6b, 0x65, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e,
|
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe2, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b,
|
||||||
0x64, 0x10, 0xe4, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
0x45, 0x54, 0x5f, 0x53, 0x43, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x42, 0x61, 0x6e, 0x6b,
|
||||||
0x53, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe5, 0x16, 0x12, 0x18,
|
0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe3, 0x16, 0x12, 0x24, 0x0a, 0x1f, 0x50, 0x41,
|
||||||
0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x42, 0x61,
|
||||||
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe6, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b,
|
0x6e, 0x6b, 0x54, 0x61, 0x6b, 0x65, 0x44, 0x69, 0x61, 0x6d, 0x6f, 0x6e, 0x64, 0x10, 0xe4, 0x16,
|
||||||
0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x45, 0x78, 0x63, 0x68, 0x61,
|
0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72,
|
||||||
0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x10, 0xe7, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41,
|
0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xe5, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41,
|
||||||
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x45, 0x78, 0x63,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x49, 0x6e, 0x66,
|
||||||
0x68, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x10, 0xe8, 0x16, 0x12, 0x19, 0x0a, 0x14,
|
0x6f, 0x10, 0xe6, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43,
|
||||||
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x41,
|
0x53, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4c,
|
||||||
0x77, 0x61, 0x72, 0x64, 0x10, 0xe9, 0x16, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x41, 0x43, 0x4b, 0x45,
|
0x69, 0x73, 0x74, 0x10, 0xe7, 0x16, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54,
|
||||||
0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x41, 0x77, 0x61, 0x72, 0x64, 0x10,
|
0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67,
|
||||||
0xea, 0x16, 0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50,
|
0x65, 0x4c, 0x69, 0x73, 0x74, 0x10, 0xe8, 0x16, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x41, 0x43, 0x4b,
|
||||||
0x65, 0x72, 0x6d, 0x69, 0x74, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x10, 0xeb, 0x16,
|
0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x41, 0x77, 0x61, 0x72, 0x64,
|
||||||
0x12, 0x1c, 0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72,
|
0x10, 0xe9, 0x16, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43,
|
||||||
0x6d, 0x69, 0x74, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x10, 0xec, 0x16, 0x12, 0x18,
|
0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x41, 0x77, 0x61, 0x72, 0x64, 0x10, 0xea, 0x16, 0x12, 0x1c,
|
||||||
0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72, 0x6d, 0x69,
|
0x0a, 0x17, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72, 0x6d, 0x69,
|
||||||
0x74, 0x53, 0x68, 0x6f, 0x70, 0x10, 0xed, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b,
|
0x74, 0x45, 0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x10, 0xeb, 0x16, 0x12, 0x1c, 0x0a, 0x17,
|
||||||
0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x53, 0x68, 0x6f, 0x70, 0x10,
|
0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x45,
|
||||||
0x8c, 0x17, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x4c,
|
0x78, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x10, 0xec, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41,
|
||||||
0x6f, 0x74, 0x74, 0x65, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xee, 0x16, 0x12, 0x19, 0x0a,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x53, 0x68, 0x6f,
|
||||||
0x14, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x4c, 0x6f, 0x74, 0x74, 0x65, 0x72,
|
0x70, 0x10, 0xed, 0x16, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53,
|
||||||
0x79, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xef, 0x16, 0x12, 0x1e, 0x0a, 0x19, 0x50, 0x41, 0x43, 0x4b,
|
0x43, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x74, 0x53, 0x68, 0x6f, 0x70, 0x10, 0x8c, 0x17, 0x12, 0x19,
|
||||||
0x45, 0x54, 0x5f, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4c, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x79,
|
0x0a, 0x14, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x4c, 0x6f, 0x74, 0x74, 0x65,
|
||||||
0x41, 0x77, 0x61, 0x72, 0x64, 0x10, 0xf0, 0x16, 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x41, 0x43, 0x4b,
|
0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xee, 0x16, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x41, 0x43,
|
||||||
0x45, 0x54, 0x5f, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x4c, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x79,
|
0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x4c, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x79, 0x49, 0x6e, 0x66,
|
||||||
0x43, 0x6f, 0x64, 0x65, 0x10, 0xf1, 0x16, 0x12, 0x1b, 0x0a, 0x16, 0x50, 0x41, 0x43, 0x4b, 0x45,
|
0x6f, 0x10, 0xef, 0x16, 0x12, 0x1e, 0x0a, 0x19, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x4e,
|
||||||
0x54, 0x5f, 0x43, 0x53, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66,
|
0x6f, 0x74, 0x69, 0x66, 0x79, 0x4c, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x79, 0x41, 0x77, 0x61, 0x72,
|
||||||
0x6f, 0x10, 0xf2, 0x16, 0x12, 0x1b, 0x0a, 0x16, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53,
|
0x64, 0x10, 0xf0, 0x16, 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x4e,
|
||||||
0x43, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xf3,
|
0x6f, 0x74, 0x69, 0x66, 0x79, 0x4c, 0x6f, 0x74, 0x74, 0x65, 0x72, 0x79, 0x43, 0x6f, 0x64, 0x65,
|
||||||
0x16, 0x12, 0x1b, 0x0a, 0x16, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x52, 0x65,
|
0x10, 0xf1, 0x16, 0x12, 0x1b, 0x0a, 0x16, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53,
|
||||||
0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x44, 0x72, 0x61, 0x77, 0x10, 0xf4, 0x16, 0x12, 0x1b,
|
0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xf2, 0x16,
|
||||||
0x0a, 0x16, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x52, 0x65, 0x64, 0x50, 0x61,
|
0x12, 0x1b, 0x0a, 0x16, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x52, 0x65, 0x64,
|
||||||
0x63, 0x6b, 0x65, 0x74, 0x44, 0x72, 0x61, 0x77, 0x10, 0xf5, 0x16, 0x42, 0x27, 0x5a, 0x25, 0x6d,
|
0x50, 0x61, 0x63, 0x6b, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xf3, 0x16, 0x12, 0x1b, 0x0a,
|
||||||
0x6f, 0x6e, 0x67, 0x6f, 0x2e, 0x67, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67,
|
0x16, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63,
|
||||||
0x61, 0x6d, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x77, 0x65, 0x6c,
|
0x6b, 0x65, 0x74, 0x44, 0x72, 0x61, 0x77, 0x10, 0xf4, 0x16, 0x12, 0x1b, 0x0a, 0x16, 0x50, 0x41,
|
||||||
0x66, 0x61, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x52, 0x65, 0x64, 0x50, 0x61, 0x63, 0x6b, 0x65, 0x74,
|
||||||
|
0x44, 0x72, 0x61, 0x77, 0x10, 0xf5, 0x16, 0x42, 0x27, 0x5a, 0x25, 0x6d, 0x6f, 0x6e, 0x67, 0x6f,
|
||||||
|
0x2e, 0x67, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x61, 0x6d, 0x65, 0x2f,
|
||||||
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x77, 0x65, 0x6c, 0x66, 0x61, 0x72, 0x65,
|
||||||
|
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
|
|
@ -577,14 +577,14 @@ message RedPacketInfo{
|
||||||
int64 StartTs = 2; // 开始时间
|
int64 StartTs = 2; // 开始时间
|
||||||
int64 EndTs = 3; // 结束时间
|
int64 EndTs = 3; // 结束时间
|
||||||
int64 StayTs = 4; // 持续时长,单位秒;0代表不限制
|
int64 StayTs = 4; // 持续时长,单位秒;0代表不限制
|
||||||
int64 MaxCount = 5; // 最大领取次数;-1代表不限制
|
int64 RemainCount = 5; // 剩余次数;-1代表不限制
|
||||||
int64 RemainCount = 6; // 剩余次数;-1代表不限制
|
bool IsJoin = 6; // 是否参与过
|
||||||
}
|
}
|
||||||
|
|
||||||
// 抽红包
|
// 抽红包
|
||||||
//PACKET_CSRedPacketDraw
|
//PACKET_CSRedPacketDraw
|
||||||
message CSRedPacketDraw{
|
message CSRedPacketDraw{
|
||||||
int64 Id = 1; // id
|
int64 Id = 1; // 活动id RedPacketInfo.Id 0表示参与过当前的抽奖活动了
|
||||||
}
|
}
|
||||||
//PACKET_SCRedPacketDraw
|
//PACKET_SCRedPacketDraw
|
||||||
message SCRedPacketDraw{
|
message SCRedPacketDraw{
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue