46 lines
2.8 KiB
Lua
46 lines
2.8 KiB
Lua
----------------------------------------------------
|
|
-- 此文件由数据工具生成
|
|
-- 配置数据--subscriber_data.xml
|
|
--------------------------------------
|
|
|
|
Config = Config or {}
|
|
Config.SubscriberData = Config.SubscriberData or {}
|
|
|
|
-- -------------------constant_start-------------------
|
|
Config.SubscriberData.data_constant_length = 7
|
|
Config.SubscriberData.data_constant = {
|
|
["rules"] = {val=1, desc="1.获得专属猫咪物语头像框使用权\n2.每日额外一次免费高级召唤\n3.每7天额外获得一颗永恒晶石"},
|
|
["agreement_ios"] = {val=1, desc="1、订阅可以由用户管理,并且可以在购买后前往用户账号设置内取消自动续订 \n2、账号将在当前期间结束前24小时内收取续订费用,并确定自动续费费用 \n3、除非在当前期间结束前至少24小时关闭自动续订,订阅将自动续订 \n4、付款将在确认购买时从iTunes账户中扣除 \n5、苹果将对所有通过iTunes进行的支付操作进行监控和管理\n6、季度按90天计算,月度按30天计算\n7、幸运冒险召唤卷及永恒晶石将会通过邮件发放,请注意查收\n8、幸运冒险召唤卷需要在高级召唤库使用"},
|
|
["agreement2_and"] = {val=1, desc="1、季度按90天计算,月度按30天计算\n2、幸运冒险召唤卷及永恒晶石将会通过邮件发放,请注意查收\n3、幸运冒险召唤卷需要在高级召唤库使用"},
|
|
["circle_id"] = {val=5000, desc="头像框资源"},
|
|
["item_avatar"] = {val=50034, desc="头像框id"},
|
|
["item_recuit"] = {val=10409, desc="特权召唤卷id"},
|
|
["item_stone"] = {val=10034, desc="永恒晶石id"}
|
|
}
|
|
Config.SubscriberData.data_constant_fun = function(key)
|
|
local data=Config.SubscriberData.data_constant[key]
|
|
if DATA_DEBUG and data == nil then
|
|
print('(Config.SubscriberData.data_constant['..key..'])not found') return
|
|
end
|
|
return data
|
|
end
|
|
-- -------------------constant_end---------------------
|
|
|
|
|
|
-- -------------------id_info_start-------------------
|
|
Config.SubscriberData.data_id_info_length = 2
|
|
Config.SubscriberData.data_id_info = {
|
|
[1] = {id=1, charge_id=1701, type=1, days=30, reward={{50034,1}}, day_reward={{10409,1}}, seven_day_reward={{10034,1}}},
|
|
[2] = {id=2, charge_id=1702, type=2, days=90, reward={{50035,1}}, day_reward={{10409,1}}, seven_day_reward={{10034,1}}},
|
|
}
|
|
-- -------------------id_info_end---------------------
|
|
|
|
|
|
-- -------------------type_info_start-------------------
|
|
Config.SubscriberData.data_type_info_length = 2
|
|
Config.SubscriberData.data_type_info = {
|
|
[1] = {id=1, charge_id=1701, type=1, days=30, reward={{50034,1}}, day_reward={{10409,1}}, seven_day_reward={{10034,1}}},
|
|
[2] = {id=2, charge_id=1702, type=2, days=90, reward={{50035,1}}, day_reward={{10409,1}}, seven_day_reward={{10034,1}}},
|
|
}
|
|
-- -------------------type_info_end---------------------
|