From bbdf4844704a2ccce6263861b4a29041f1597425 Mon Sep 17 00:00:00 2001 From: jingyushiwo <751360932@qq.com> Date: Tue, 1 Jun 2021 12:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=EF=BC=9A=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resource/jsons/dic_zyz_activityType.json | 146 ++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 shared/resource/jsons/dic_zyz_activityType.json diff --git a/shared/resource/jsons/dic_zyz_activityType.json b/shared/resource/jsons/dic_zyz_activityType.json new file mode 100644 index 000000000..ef23e0282 --- /dev/null +++ b/shared/resource/jsons/dic_zyz_activityType.json @@ -0,0 +1,146 @@ +[ + { + "id": 1, + "activityType": 1, + "name": "DAILY_DISCOUNT_GIFT", + "string": "七天乐活动" + }, + { + "id": 2, + "activityType": 2, + "name": "TASK_GROWTH", + "string": "七天乐(成长任务)" + }, + { + "id": 3, + "activityType": 3, + "name": "TASK_DAILY_CHALLENGES", + "string": "七天乐(今日挑战)" + }, + { + "id": 4, + "activityType": 4, + "name": "SIGN_IN", + "string": "活动-签到" + }, + { + "id": 5, + "activityType": 5, + "name": "SIGN_IN_VIP", + "string": "活动-高级(RMB购买)" + }, + { + "id": 6, + "activityType": 6, + "name": "GROWTH_FUND_MAIN", + "string": "活动-主线成长基金" + }, + { + "id": 7, + "activityType": 7, + "name": "GROWTH_FUND_MAIN_VIP", + "string": "活动-主线成长基金(高阶)" + }, + { + "id": 8, + "activityType": 8, + "name": "GROWTH_FUND_TOWER", + "string": "活动-镇念塔成长基金" + }, + { + "id": 9, + "activityType": 9, + "name": "GROWTH_FUND_TOWER_VIP", + "string": "活动-镇念塔成长基金(高阶)" + }, + { + "id": 10, + "activityType": 10, + "name": "GROWTH_FUND_MAIN_ELITE", + "string": "活动-精英成长基金" + }, + { + "id": 11, + "activityType": 11, + "name": "GROWTH_FUND_MAIN_ELITE_VIP", + "string": "活动-精英成长基金(高阶)" + }, + { + "id": 12, + "activityType": 12, + "name": "THIRTY_DAYS", + "string": "30日目标活动" + }, + { + "id": 13, + "activityType": 13, + "name": "SELF_SERVICE_SHOP", + "string": "自选商店" + }, + { + "id": 14, + "activityType": 14, + "name": "FIRST_GIFT", + "string": "首充礼包" + }, + { + "id": 15, + "activityType": 15, + "name": "NEW_PLAYER_LIMIT_PACKAGE", + "string": "充值限定-新手限定RMB购买礼包" + }, + { + "id": 16, + "activityType": 16, + "name": "LIMIT_PACKAGE_SHOP_DAILY", + "string": "充值限定-每日限购礼包,RMB购买礼包" + }, + { + "id": 17, + "activityType": 17, + "name": "LIMIT_PACKAGE_SHOP_WEEKLY", + "string": "充值限定-每周限购礼包,RMB购买礼包" + }, + { + "id": 18, + "activityType": 18, + "name": "YUAN_BAO_SHOP", + "string": "充值-元宝充值商店" + }, + { + "id": 19, + "activityType": 19, + "name": "MONTHLY_TICKET_1", + "string": "充值-月卡1(普通)" + }, + { + "id": 20, + "activityType": 20, + "name": "MONTHLY_TICKET_2", + "string": "充值-月卡2(至尊)" + }, + { + "id": 21, + "activityType": 21, + "name": "RECHARGE_MONEY", + "string": "充值-累计充值RMB活动" + }, + { + "id": 22, + "activityType": 22, + "name": "DAY_PURCHASE", + "string": "活动-每日特惠礼包,一次性购买7天礼包" + }, + { + "id": 23, + "activityType": 23, + "name": "TREASURE_HUNT", + "string": "寻宝骑兵" + }, + { + "id": 24, + "activityType": 24, + "name": "POP_GIFT", + "string": "弹出礼包" + } +] \ No newline at end of file