From a3f55d1a964981c3d066bc7c55f72f0ece39826c Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 18 Apr 2022 17:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=85=85=E5=80=BC=EF=BC=9A?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E7=A4=BC=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/gmService.ts | 30 +- shared/resource/jsons/dic_zyz_rmb.json | 645 +++++++++++++++++++------ 2 files changed, 532 insertions(+), 143 deletions(-) diff --git a/game-server/app/services/gmService.ts b/game-server/app/services/gmService.ts index ceb0a6765..5094cf3fe 100644 --- a/game-server/app/services/gmService.ts +++ b/game-server/app/services/gmService.ts @@ -22,16 +22,17 @@ import { LimitShopData } from "../domain/activityField/limitShopField"; import { YuanBaoShopData } from "../domain/activityField/yuanBaoShopField"; import { MonthlyTicketData } from "../domain/activityField/monthlyTicketField"; import { DailyRMBGiftsData } from "../domain/activityField/dailyRMBGiftsField"; -import { PopUpShopData } from "../domain/activityField/popUpShopField"; +import { PopShopItem, PopUpShopData, PopUpShopPackage } from "../domain/activityField/popUpShopField"; import { GrowthFundData } from "../domain/activityField/growthFundField"; import { TreasureHuntData } from "../domain/activityField/treasureHuntField"; import { RefreshShopData } from "../domain/activityField/refreshShopField"; import { RoleType } from "../db/Role"; import { MonopolyData } from "../domain/activityField/monopolyField"; -import { ActivityPopUpShopModel, ActivityPopUpShopModelType } from "../db/ActivityPopUpShop"; +import { ActivityPopUpShopModel, ActivityPopUpShopModelType, PopUpShopItem } from "../db/ActivityPopUpShop"; import { getActivitiesByType } from "./activity/activityService"; import { SurveyModel } from "../db/Survery"; import { SurveyRecModel } from "../db/SurveyRec"; +import { getPopUpShopData } from "./activity/popUpShopService"; // —————————————— 跑马灯 —————————————— // // 初始 @@ -299,9 +300,28 @@ export async function getParamStr(activity: ActivityModelType, productID: string let param = {}; switch(activity.type) { case ACTIVITY_TYPE.POP_UP_SHOP: - let allTaskData: any[] = JSON.parse(activity.data); - let task = allTaskData.find(cur => cur.productID == productID); - if(!task) break; + const roleId = role.roleId; + let serverId = role.serverId; + let playerData = await getPopUpShopData(activity.activityId, serverId, roleId, role); + let item: PopShopItem, pkg: PopUpShopPackage; + for(let _pkg of playerData.packages) { + let _item = _pkg.findItemByProductID(productID); + if(_item) { + pkg = _pkg; item = _item; + } + } + console.log('&&&&&', item) + if(item.isPushing) { + param['code'] = item.code; + } else { + let popUpShopRec = await ActivityPopUpShopModel.createRecord({ + serverId, activityId: activity.activityId, roleId, id: pkg.id, + ...pkg.getEffectTime(), + items: pkg.items.map(item => new PopUpShopItem(item)) + }); + param['code'] = popUpShopRec.code; + } + // let playerRecords = await ActivityPopUpShopModel.findAllOpenData(role.serverId, activity.activityId, role.roleId); // let playerRecord: ActivityPopUpShopModelType; diff --git a/shared/resource/jsons/dic_zyz_rmb.json b/shared/resource/jsons/dic_zyz_rmb.json index 0c9348c9e..e519aab9f 100644 --- a/shared/resource/jsons/dic_zyz_rmb.json +++ b/shared/resource/jsons/dic_zyz_rmb.json @@ -4,622 +4,991 @@ "type": 22, "price": 1, "message": "活动每日特惠-购买1元礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb2", "type": 22, "price": 3, "message": "活动每日特惠-购买3元礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb3", "type": 22, "price": 6, "message": "活动每日特惠-购买6元礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb4", "type": 18, "price": 6, "message": "充值元宝-购买元宝60", - "gameCoin": 60 + "gameCoin": 60, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb5", "type": 18, "price": 30, "message": "充值元宝-购买元宝300", - "gameCoin": 300 + "gameCoin": 300, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb6", "type": 18, "price": 98, "message": "充值元宝-购买元宝980", - "gameCoin": 980 + "gameCoin": 980, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb7", "type": 18, "price": 198, "message": "充值元宝-购买元宝1980", - "gameCoin": 7980 + "gameCoin": 7980, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb8", "type": 18, "price": 328, "message": "充值元宝-购买元宝3280", - "gameCoin": 3280 + "gameCoin": 3280, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb9", "type": 18, "price": 648, "message": "充值元宝-购买元宝6480", - "gameCoin": 6480 + "gameCoin": 6480, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb10", "type": 19, "price": 30, "message": "充值月卡-普通月卡", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb11", "type": 20, "price": 50, "message": "充值月卡-至尊月卡", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb12", "type": 16, "price": 12, "message": "充值限定-每日特惠礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb13", "type": 16, "price": 98, - "message": "充值限定-每日招募礼包", - "gameCoin": 1 + "message": "充值限定-每日点将礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb14", "type": 16, "price": 68, "message": "充值限定-每日求贤礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb15", "type": 16, "price": 30, - "message": "充值限定-每日宝石礼包", - "gameCoin": 1 + "message": "充值限定-每日经验礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb16", "type": 16, "price": 30, - "message": "充值限定-每日装备礼包", - "gameCoin": 1 + "message": "充值限定-每日镔铁礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb17", "type": 16, "price": 30, "message": "充值限定-每日图纸礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb18", "type": 17, "price": 328, - "message": "充值限定-每周特惠礼包", - "gameCoin": 1 + "message": "充值限定-每周觉醒礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb19", "type": 17, "price": 198, - "message": "充值限定-每周招募礼包", - "gameCoin": 1 + "message": "充值限定-每周自选礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb20", "type": 17, "price": 98, - "message": "充值限定-每周求贤礼包", - "gameCoin": 1 + "message": "充值限定-每周皮肤礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb21", "type": 17, - "price": 648, - "message": "充值限定-每周宝石礼包", - "gameCoin": 1 + "price": 68, + "message": "充值限定-每周好感度礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb22", "type": 15, "price": 98, "message": "充值新手限定-武将任选福包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb23", "type": 15, "price": 198, "message": "充值新手限定-新手限定-神兵任选福包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb24", "type": 15, "price": 198, "message": "充值新手限定-无双觉醒福包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb25", "type": 13, "price": 198, "message": "自选商店-直购精选货架", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb26", "type": 13, "price": 648, "message": "自选商店-直购甄选货架", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb27", "type": 5, "price": 198, "message": "活动-高级签到", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb31", "type": 22, "price": 60, "message": "活动每日特惠-购买7天", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb32", "type": 23, "price": 98, "message": "14天骑兵活动-装备提升礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb33", "type": 23, "price": 328, "message": "14天骑兵活动-装备晋升礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34", "type": 24, "price": 198, "message": "弹出礼包-图纸任选礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb35", "type": 2, "price": 198, "message": "高级签到", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb36", "type": 22, "price": 10, "message": "活动每日特惠-一次性买7天", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-1", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-2", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-3", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-4", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-5", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-6", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-7", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-8", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-9", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb28-10", "type": 7, "price": 98, "message": "活动-主线成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-1", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-2", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-3", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-4", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-5", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-6", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-7", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-8", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-9", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb29-10", "type": 9, "price": 98, "message": "活动-镇念塔成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-1", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-2", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-3", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-4", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-5", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-6", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-7", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-8", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-9", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb30-10", "type": 11, "price": 98, "message": "活动-精英成长基金(高阶)", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb37-1", "type": 33, "price": 98, "message": "春节节日活动-节日物资装备提升礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb37-2", "type": 33, "price": 98, "message": "春节节日活动-节日物资装备晋升礼包", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb38", "type": 42, "price": 198, "message": "夕蕊令", - "gameCoin": 1 + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb39", "type": 15, "price": 6, - "message": "新手限定-点将令*2", - "gameCoin": 1 + "message": "萌新限定-点将令*5", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb40", "type": 15, - "price": 10, - "message": "新手限定-点将令*10", - "gameCoin": 1 + "price": 12, + "message": "萌新限定-点将令*10", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb41", "type": 15, "price": 30, - "message": "新手限定-高阶经验书", - "gameCoin": 1 - }, - { - "productID": "com.bantu.sgzzyz.yb42", - "type": 15, - "price": 30, - "message": "新手限定-紫色装备", - "gameCoin": 1 + "message": "萌新限定-经验书礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb43", "type": 15, "price": 68, - "message": "新手限定-玉石爵位", - "gameCoin": 1 + "message": "萌新限定-镔铁礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb44", "type": 15, "price": 98, - "message": "新手限定-四品地玉", - "gameCoin": 1 - }, - { - "productID": "com.bantu.sgzzyz.yb45", - "type": 15, - "price": 128, - "message": "新手限定礼包1", - "gameCoin": 1 + "message": "萌新限定-黄金礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb46", "type": 15, "price": 198, - "message": "新手限定2", - "gameCoin": 1 + "message": "萌新限定-钻石礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb47", + "type": 15, + "price": 328, + "message": "萌新限定-至尊礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb48", + "type": 15, + "price": 648, + "message": "萌新限定-皇者礼包", + "gameCoin": 1, + "__EMPTY": "新增" }, { "productID": "com.bantu.sgzzyz.yb34-1", "type": 24, - "price": 30, - "message": "5级礼包", - "gameCoin": 1 + "price": 6, + "message": "弹出礼包10级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-2", "type": 24, - "price": 98, - "message": "10级礼包", - "gameCoin": 1 + "price": 6, + "message": "弹出礼包20级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-3", "type": 24, - "price": 198, - "message": "15级礼包", - "gameCoin": 1 + "price": 12, + "message": "弹出礼包30级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-4", "type": 24, "price": 30, - "message": "获得紫色武将", - "gameCoin": 1 + "message": "弹出礼包40级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-5", "type": 24, - "price": 98, - "message": "获得橙色武将礼包", - "gameCoin": 1 + "price": 68, + "message": "弹出礼包50级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-6", "type": 24, - "price": 198, - "message": "获得金色武将礼包", - "gameCoin": 1 + "price": 98, + "message": "弹出礼包60级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-7", "type": 24, - "price": 30, - "message": "抽卡礼包1", - "gameCoin": 1 + "price": 128, + "message": "弹出礼包70级礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-8", "type": 24, - "price": 98, - "message": "抽卡礼包2", - "gameCoin": 1 + "price": 328, + "message": "弹出礼包终极礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-9", "type": 24, - "price": 198, - "message": "抽卡礼包3", - "gameCoin": 1 + "price": 328, + "message": "限时-超值自选点将礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-10", "type": 24, - "price": 30, - "message": "强化材料礼包1", - "gameCoin": 1 + "price": 648, + "message": "限时-豪华自选点将礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-11", "type": 24, - "price": 98, - "message": "强化材料礼包2", - "gameCoin": 1 + "price": 30, + "message": "限时-30元点将令礼包", + "gameCoin": 1, + "__EMPTY": 0 }, { "productID": "com.bantu.sgzzyz.yb34-12", "type": 24, + "price": 68, + "message": "限时-68元点将令礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-13", + "type": 24, + "price": 98, + "message": "限时-98元点将令礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-14", + "type": 24, + "price": 128, + "message": "限时-128元点将令礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-15", + "type": 24, + "price": 328, + "message": "限时-328元点将令礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-16", + "type": 24, + "price": 648, + "message": "限时-648元点将令礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-17", + "type": 24, + "price": 68, + "message": "限时-虎符礼包1", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-18", + "type": 24, + "price": 98, + "message": "限时-虎符礼包2", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-19", + "type": 24, + "price": 128, + "message": "限时-虎符礼包3", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-20", + "type": 24, + "price": 6, + "message": "限时-6元主线通关礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-21", + "type": 24, + "price": 12, + "message": "限时-2元主线通关礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-22", + "type": 24, + "price": 30, + "message": "限时-30元主线通关礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-23", + "type": 24, + "price": 68, + "message": "限时-68元主线通关礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-24", + "type": 24, + "price": 98, + "message": "限时-98元主线通关礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-25", + "type": 24, + "price": 6, + "message": "限时-超值10级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-26", + "type": 24, + "price": 6, + "message": "限时-超值20级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-27", + "type": 24, + "price": 12, + "message": "限时-超值30级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-28", + "type": 24, + "price": 30, + "message": "限时-超值40级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-29", + "type": 24, + "price": 68, + "message": "限时-超值50级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-30", + "type": 24, + "price": 98, + "message": "限时-超值60级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-31", + "type": 24, + "price": 128, + "message": "限时-超值70级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-32", + "type": 24, + "price": 328, + "message": "限时-超值80级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-33", + "type": 24, + "price": 328, + "message": "限时-超值90级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-34", + "type": 24, + "price": 328, + "message": "限时-超值100级礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-35", + "type": 24, + "price": 30, + "message": "限时-演舞初露锋芒礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-36", + "type": 24, + "price": 30, + "message": "限时-演舞小试牛刀礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-37", + "type": 24, + "price": 30, + "message": "限时-演舞谁人不识礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-38", + "type": 24, + "price": 68, + "message": "限时-演舞万夫莫开礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-39", + "type": 24, + "price": 98, + "message": "限时-演舞万世天骄礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-40", + "type": 24, + "price": 128, + "message": "限时-演舞一方诸侯礼包", + "gameCoin": 1, + "__EMPTY": 0 + }, + { + "productID": "com.bantu.sgzzyz.yb34-41", + "type": 24, + "price": 128, + "message": "限时-演舞三足鼎立礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-42", + "type": 24, + "price": 30, + "message": "限时-30元精炼礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-43", + "type": 24, + "price": 68, + "message": "限时-68元精炼礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-44", + "type": 24, "price": 198, - "message": "强化材料礼包3", - "gameCoin": 1 + "message": "限时-198元精炼礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-45", + "type": 24, + "price": 648, + "message": "限时-648元精炼礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-46", + "type": 24, + "price": 98, + "message": "限时-98元元宝礼包", + "gameCoin": 1, + "__EMPTY": "新增" + }, + { + "productID": "com.bantu.sgzzyz.yb34-47", + "type": 24, + "price": 128, + "message": "限时-128元元宝礼包B", + "gameCoin": 1, + "__EMPTY": "新增" } ] \ No newline at end of file