json
This commit is contained in:
parent
1d6143794c
commit
5486c2adf7
@ -142,7 +142,7 @@
|
||||
"weiwang": {
|
||||
"id": "weiwang",
|
||||
"name": "intr_attr_name_16",
|
||||
"undefined": "威望",
|
||||
"undefined": "影响力",
|
||||
"colour": 4,
|
||||
"icon": "icon_weiwang",
|
||||
"sicon": "icon_weiwang",
|
||||
|
@ -39,9 +39,9 @@
|
||||
],
|
||||
//段位奖励
|
||||
danPrize: [
|
||||
{ star: [49, 49], prize: [{ a: 'item', t: '605', n:3 },{ a: 'item', t: '29', n:10 },{ a: 'item', t: '38', n:3 },{ a: 'item', t: '40', n:1 }] },
|
||||
{ star: [39, 48], prize: [{ a: 'item', t: '605', n:2 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '38', n:2 }] },
|
||||
{ star: [29, 38], prize: [{ a: 'item', t: '606', n:3 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '38', n:1 }] },
|
||||
{ star: [49, 49], prize: [{ a: 'item', t: '605', n:3 },{ a: 'item', t: '29', n:10 },{ a: 'item', t: '631', n:3 },{ a: 'item', t: '40', n:1 }] },
|
||||
{ star: [39, 48], prize: [{ a: 'item', t: '605', n:2 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '631', n:2 }] },
|
||||
{ star: [29, 38], prize: [{ a: 'item', t: '606', n:3 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '631', n:1 }] },
|
||||
{ star: [21, 28], prize: [{ a: 'item', t: '606', n:2 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '39', n:1000 }] },
|
||||
{ star: [13, 20], prize: [{ a: 'item', t: '606', n:1 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '39', n:800 }] },
|
||||
{ star: [7, 12], prize: [{ a: 'item', t: '29', n:10 },{ a: 'item', t: '29', n:5 },{ a: 'item', t: '39', n:600 }] },
|
||||
|
@ -33,7 +33,6 @@
|
||||
},
|
||||
//136礼包
|
||||
'136Gift': [
|
||||
{ payId: '136Gift1', prize: [], bonus: [{"a": "attr", "t": "jingxuanbi", "n": 10}] },
|
||||
{ prize: [{"a": "attr", "t": "rmbmoney", "n": 10},{"a": "item", "t": "12", "n": 10},{"a": "attr", "t": "jinbi", "n": 10000}] },
|
||||
{ payId: '136Gift2', prize: [], bonus: [{"a": "attr", "t": "jingxuanbi", "n": 10}] },
|
||||
{ payId: '136Gift3', prize: [], bonus: [{"a": "attr", "t": "jingxuanbi", "n": 10}] },
|
||||
|
@ -10669,7 +10669,7 @@
|
||||
},
|
||||
"attr^shengdanExp": {
|
||||
"itemId": "attr^shengdanExp",
|
||||
"name": "圣诞战令经验",
|
||||
"name": "圣诞积分",
|
||||
"i18nKey": "intr_attr_name_13",
|
||||
"detailI18nKey": "intr_attr_describe_13",
|
||||
"iconUrl": "https://ik.imagekit.io/g123/production-ctw-box/game-box/preview/6ffd84658d75d5247f7f01b2f00ae3e6beda7163237c025ff8f0a58c.png",
|
||||
@ -10690,7 +10690,7 @@
|
||||
},
|
||||
"attr^shengdanBullet": {
|
||||
"itemId": "attr^shengdanBullet",
|
||||
"name": "圣诞打靶币",
|
||||
"name": "圣诞喷漆",
|
||||
"i18nKey": "intr_attr_name_14",
|
||||
"detailI18nKey": "intr_attr_describe_14",
|
||||
"iconUrl": "https://ik.imagekit.io/g123/production-ctw-box/game-box/preview/6ffd84658d75d5247f7f01b2f00ae3e6beda7163237c025ff8f0a58c.png",
|
||||
@ -10711,7 +10711,7 @@
|
||||
},
|
||||
"attr^jingxuanbi": {
|
||||
"itemId": "attr^jingxuanbi",
|
||||
"name": "每日精选兑换币",
|
||||
"name": "黑市票券",
|
||||
"i18nKey": "intr_attr_name_15",
|
||||
"detailI18nKey": "intr_attr_describe_15",
|
||||
"iconUrl": "https://ik.imagekit.io/g123/production-ctw-box/game-box/preview/6ffd84658d75d5247f7f01b2f00ae3e6beda7163237c025ff8f0a58c.png",
|
||||
@ -10729,5 +10729,47 @@
|
||||
"sellMaxCp": 500,
|
||||
"rarity": 4
|
||||
}
|
||||
},
|
||||
"attr^weiwang": {
|
||||
"itemId": "attr^weiwang",
|
||||
"name": "影响力",
|
||||
"i18nKey": "intr_attr_name_16",
|
||||
"detailI18nKey": "intr_attr_describe_16",
|
||||
"iconUrl": "https://ik.imagekit.io/g123/production-ctw-box/game-box/preview/6ffd84658d75d5247f7f01b2f00ae3e6beda7163237c025ff8f0a58c.png",
|
||||
"value": 0,
|
||||
"typeId": "attr",
|
||||
"typeName": "货币",
|
||||
"isStoreSupported": true,
|
||||
"isAiSupported": true,
|
||||
"attributes": {
|
||||
"storeDisplayPrice": null,
|
||||
"storeCategory": "",
|
||||
"setQuantity": 1,
|
||||
"purchaseLimit": 0,
|
||||
"sellMinCp": 100,
|
||||
"sellMaxCp": 500,
|
||||
"rarity": 4
|
||||
}
|
||||
},
|
||||
"attr^yuandanyouxi": {
|
||||
"itemId": "attr^yuandanyouxi",
|
||||
"name": "新年庆典币",
|
||||
"i18nKey": "intr_attr_name_17",
|
||||
"detailI18nKey": "intr_attr_describe_17",
|
||||
"iconUrl": "https://ik.imagekit.io/g123/production-ctw-box/game-box/preview/6ffd84658d75d5247f7f01b2f00ae3e6beda7163237c025ff8f0a58c.png",
|
||||
"value": 0,
|
||||
"typeId": "attr",
|
||||
"typeName": "货币",
|
||||
"isStoreSupported": true,
|
||||
"isAiSupported": true,
|
||||
"attributes": {
|
||||
"storeDisplayPrice": null,
|
||||
"storeCategory": "",
|
||||
"setQuantity": 1,
|
||||
"purchaseLimit": 0,
|
||||
"sellMinCp": 100,
|
||||
"sellMaxCp": 500,
|
||||
"rarity": 5
|
||||
}
|
||||
}
|
||||
}
|
@ -485,7 +485,12 @@
|
||||
free: false,
|
||||
payId: 'ycmb_5_1',
|
||||
buyNum: 1,
|
||||
prize: [ {'a': 'attr', 't': 'rmbmoney', 'n': 60},{'a': 'item', 't': '21', 'n': 200} ]
|
||||
dlz: [
|
||||
{
|
||||
"1": {'a': 'attr', 't': 'rmbmoney', 'n': 60},
|
||||
"2": {'a': 'item', 't': '21', 'n': 200}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
index: 2,
|
||||
@ -493,7 +498,12 @@
|
||||
free: false,
|
||||
payId: 'ycmb_5_2',
|
||||
buyNum: 2,
|
||||
prize: [ {'a': 'attr', 't': 'rmbmoney', 'n': 300},{'a': 'item', 't': '21', 'n': 600} ]
|
||||
dlz: [
|
||||
{
|
||||
"1":{'a': 'attr', 't': 'rmbmoney', 'n': 300},
|
||||
"2":{'a': 'item', 't': '21', 'n': 600}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
index: 3,
|
||||
@ -501,7 +511,12 @@
|
||||
free: false,
|
||||
payId: 'ycmb_5_3',
|
||||
buyNum: 2,
|
||||
prize: [ {'a': 'attr', 't': 'rmbmoney', 'n': 680},{'a': 'item', 't': '21', 'n': 1500} ]
|
||||
dlz: [
|
||||
{
|
||||
"1":{'a': 'attr', 't': 'rmbmoney', 'n': 680},
|
||||
"2":{'a': 'item', 't': '21', 'n': 1500}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
index: 4,
|
||||
@ -509,7 +524,12 @@
|
||||
free: false,
|
||||
payId: 'ycmb_5_4',
|
||||
buyNum: 2,
|
||||
prize: [ {'a': 'attr', 't': 'rmbmoney', 'n': 1280},{'a': 'item', 't': '21', 'n': 2500} ]
|
||||
dlz: [
|
||||
{
|
||||
"1":{'a': 'attr', 't': 'rmbmoney', 'n': 1280},
|
||||
"2":{'a': 'item', 't': '21', 'n': 2500}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
index: 5,
|
||||
@ -517,7 +537,12 @@
|
||||
free: false,
|
||||
payId: 'ycmb_5_5',
|
||||
buyNum: 3,
|
||||
prize: [ {'a': 'attr', 't': 'rmbmoney', 'n': 3280},{'a': 'item', 't': '21', 'n': 6000} ]
|
||||
dlz: [
|
||||
{
|
||||
"1":{'a': 'attr', 't': 'rmbmoney', 'n': 3280},
|
||||
"2":{'a': 'item', 't': '21', 'n': 6000}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
index: 6,
|
||||
@ -525,7 +550,12 @@
|
||||
free: false,
|
||||
payId: 'ycmb_5_6',
|
||||
buyNum: 3,
|
||||
prize: [ {'a': 'attr', 't': 'rmbmoney', 'n': 6480},{'a': 'item', 't': '21', 'n': 12000} ]
|
||||
dlz: [
|
||||
{
|
||||
"1":{'a': 'attr', 't': 'rmbmoney', 'n': 6480},
|
||||
"2":{'a': 'item', 't': '21', 'n': 12000}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
//任务相关 type 1 每日任务(每天刷新) 2 活动任务(轮数) 3 每日登录 4-一次性任务 任务hdid一定要唯一
|
||||
@ -4576,12 +4606,12 @@
|
||||
{ need: [{a: 'attr', t: 'rmbmoney', n: 6000}], prize: [{a: 'item', t: '610', n: 6},{a: 'item', t: '2', n: 1000},{a: 'item', t: '1', n: 130}], buyNum: 6 }
|
||||
],
|
||||
//活动礼包
|
||||
"libao": {
|
||||
"1": {
|
||||
"gift": [
|
||||
{
|
||||
"payid": "",
|
||||
"buynum": 1,
|
||||
//固定奖励
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 100}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 100}],
|
||||
"des" : "intr_cszl_des_10",
|
||||
//自选池
|
||||
"dlz": [
|
||||
@ -4591,10 +4621,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
{
|
||||
"payid": "pay_name_sdhd_libao_2",
|
||||
"buynum": 2,
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 120}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 120}],
|
||||
"des" : "intr_cszl_des_11",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4607,10 +4637,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"3": {
|
||||
{
|
||||
"payid": "pay_name_sdhd_libao_3",
|
||||
"buynum": 2,
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 300}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 300}],
|
||||
"des" : "intr_cszl_des_12",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4627,10 +4657,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
{
|
||||
"payid": "pay_name_sdhd_libao_4",
|
||||
"buynum": 5,
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 680}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 680}],
|
||||
"des" : "intr_cszl_des_12",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4647,10 +4677,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
{
|
||||
"payid": "pay_name_sdhd_libao_5",
|
||||
"buynum": 9,
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 1280}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 1280}],
|
||||
"des" : "intr_cszl_des_13",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4669,10 +4699,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"6": {
|
||||
{
|
||||
"payid": "pay_name_sdhd_libao_6",
|
||||
"buynum": 9,
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 3280}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 3280}],
|
||||
"des" : "intr_cszl_des_14",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4693,10 +4723,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"7": {
|
||||
{
|
||||
"payid": "pay_name_sdhd_libao_7",
|
||||
"buynum": 9,
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 6480}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 6480}],
|
||||
"des" : "intr_cszl_des_14",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4717,13 +4747,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
],
|
||||
//签到奖励
|
||||
"qiandao": [
|
||||
{
|
||||
"1": {
|
||||
//固定奖励
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 100}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 100}],
|
||||
"des" : "intr_cszl_des_10",
|
||||
//自选池
|
||||
"dlz": [
|
||||
@ -4734,7 +4764,7 @@
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 120}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 120}],
|
||||
"des" : "intr_cszl_des_11",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4748,7 +4778,7 @@
|
||||
]
|
||||
},
|
||||
"3": {
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 300}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 300}],
|
||||
"des" : "intr_cszl_des_12",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4766,7 +4796,7 @@
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 680}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 680}],
|
||||
"des" : "intr_cszl_des_12",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4784,7 +4814,7 @@
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 1280}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 1280}],
|
||||
"des" : "intr_cszl_des_13",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4804,7 +4834,7 @@
|
||||
]
|
||||
},
|
||||
"6": {
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 3280}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 3280}],
|
||||
"des" : "intr_cszl_des_14",
|
||||
"dlz": [
|
||||
{
|
||||
@ -4826,7 +4856,7 @@
|
||||
]
|
||||
},
|
||||
"7": {
|
||||
"basep": [{"a": "attr", "t":"rmbmoney", "n": 6480}],
|
||||
"prize": [{"a": "attr", "t":"rmbmoney", "n": 6480}],
|
||||
"des" : "intr_cszl_des_14",
|
||||
"dlz": [
|
||||
{
|
||||
|
@ -804,7 +804,7 @@
|
||||
"40": {
|
||||
"id": 40,
|
||||
"name": "intr_item_name_40",
|
||||
"undefined": "丛林狩猎霸主级玩家的特殊身份标识",
|
||||
"undefined": "丛林狩猎霸主级玩家的特殊身份标识,使用后持续7天",
|
||||
"type": 7,
|
||||
"sort": 1,
|
||||
"colour": 5,
|
||||
@ -1230,6 +1230,16 @@
|
||||
"a": "item",
|
||||
"t": "4013",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "item",
|
||||
"t": "4002",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "item",
|
||||
"t": "4012",
|
||||
"n": 1
|
||||
}
|
||||
],
|
||||
"payId": "",
|
||||
@ -2087,30 +2097,15 @@
|
||||
"useNeed": [],
|
||||
"usePrize": [],
|
||||
"selecPrize": [
|
||||
{
|
||||
"a": "hero",
|
||||
"t": "5001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "hero",
|
||||
"t": "5002",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "hero",
|
||||
"t": "5003",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "hero",
|
||||
"t": "5004",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "hero",
|
||||
"t": "5005",
|
||||
"n": 1
|
||||
}
|
||||
],
|
||||
"payId": "",
|
||||
@ -4024,6 +4019,7 @@
|
||||
"50010": {
|
||||
"id": 50010,
|
||||
"name": "playerheadFrame_name_24",
|
||||
"undefined": "使用后解锁头像框“披星戴月”",
|
||||
"type": 7,
|
||||
"sort": 1,
|
||||
"colour": 4,
|
||||
|
@ -630,7 +630,7 @@
|
||||
{
|
||||
"a": "item",
|
||||
"t": "1",
|
||||
"n": 1000000
|
||||
"n": 2000000
|
||||
}
|
||||
],
|
||||
"firstPayPrize": [],
|
||||
@ -661,7 +661,7 @@
|
||||
{
|
||||
"a": "item",
|
||||
"t": "1",
|
||||
"n": 2000000
|
||||
"n": 5000000
|
||||
}
|
||||
],
|
||||
"firstPayPrize": [],
|
||||
@ -764,7 +764,7 @@
|
||||
{
|
||||
"a": "item",
|
||||
"t": "1",
|
||||
"n": 12000000
|
||||
"n": 30000000
|
||||
}
|
||||
],
|
||||
"firstPayPrize": [],
|
||||
@ -6473,5 +6473,205 @@
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_1": {
|
||||
"id": "xnhd_libao_1",
|
||||
"money": 0.5,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 5
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_1",
|
||||
"undefined": "新年活动_1",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_2": {
|
||||
"id": "xnhd_libao_2",
|
||||
"money": 1,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_2",
|
||||
"undefined": "新年活动_2",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_3": {
|
||||
"id": "xnhd_libao_3",
|
||||
"money": 6,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 60
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_3",
|
||||
"undefined": "新年活动_3",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_4": {
|
||||
"id": "xnhd_libao_4",
|
||||
"money": 18,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 180
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_4",
|
||||
"undefined": "新年活动_4",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_5": {
|
||||
"id": "xnhd_libao_5",
|
||||
"money": 30,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 300
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_5",
|
||||
"undefined": "新年活动_5",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_6": {
|
||||
"id": "xnhd_libao_6",
|
||||
"money": 68,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 680
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_6",
|
||||
"undefined": "新年活动_6",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_7": {
|
||||
"id": "xnhd_libao_7",
|
||||
"money": 128,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 1280
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_7",
|
||||
"undefined": "新年活动_7",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_8": {
|
||||
"id": "xnhd_libao_8",
|
||||
"money": 198,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 1980
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_8",
|
||||
"undefined": "新年活动_8",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_9": {
|
||||
"id": "xnhd_libao_9",
|
||||
"money": 328,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 3280
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_9",
|
||||
"undefined": "新年活动_9",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
},
|
||||
"xnhd_libao_10": {
|
||||
"id": "xnhd_libao_10",
|
||||
"money": 648,
|
||||
"payExp": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "payExp",
|
||||
"n": 6480
|
||||
}
|
||||
],
|
||||
"prize": [],
|
||||
"firstPayPrize": [],
|
||||
"name": "pay_name_xnhd_libao_10",
|
||||
"undefined": "新年活动_10",
|
||||
"time": -1,
|
||||
"buys": 0,
|
||||
"needVip": 0,
|
||||
"front": {},
|
||||
"currency": "CNY"
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
|
||||
/**
|
||||
* 元旦达摩
|
||||
*/
|
||||
export type ReqDMOpen = {
|
||||
|
||||
};
|
||||
|
||||
export type ResDMOpen = {
|
||||
data:{
|
||||
[k: string]: any;
|
||||
}
|
||||
};
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user