Commit 704d98a2 authored by liuxinjun's avatar liuxinjun

删除无关文件

parent 14f51bda
{
"ver": "1.0.0",
"uuid": "effc9204-83b3-4c05-8909-2837b3fc328e",
"subMetas": {}
}
\ No newline at end of file
......@@ -2,9 +2,9 @@ var sdk_conf = {
//.开发调试环境:prod 或 test,env_apis配合使用,主要是将接口切换正式环境和测试环境,上线务必修改为:prod
env:'prod',
//.游戏唯一标识:由游戏技术修改
game: 'woyaoyangtiaogou-weixin',
game: 'jinjibazuqiu-weixin',
//.当前游戏版本:由游戏技术修改
version: '1.0.4',
version: '1.0.2',
//以下广告ID获取已经废弃,改成从服务端配置config4中获取
//.banner广告单元id
......
var sdk_conf = {
//.开发调试环境:prod 或 test,env_apis配合使用,主要是将接口切换正式环境和测试环境,上线务必修改为:prod
env:'prod',
//.游戏唯一标识:由游戏技术修改
game: 'jinjibazuqiu-weixin',
//.当前游戏版本:由游戏技术修改
version: '1.2.5',
//以下广告ID获取已经废弃,改成从服务端配置config4中获取
//.banner广告单元id
//bannerAdUnitId: '',
//.video广告单元id
//videoAdUnitId: '',
//.开发平台:由sdk维护者确定,weixin 或 toutiao,接入游戏的技术不需要修改
dev_platform: 'weixin',
//.乐玩sdk的版本号:由sdk维护者确定,接入游戏的技术不需要修改
llewan_sdk_version:'1.009',
//.接口加密key,切勿修改
md5_key: '$5dfjr$%dsadsfdsii',
//相关api配置,由sdk维护者确定,接入游戏的技术不需要修改
env_apis:{
prod:{
ip1: "https://login.llewan.com:1799",
ip2: "https://game.llewan.com:1899",
ip3: "https://log.llewan.com:1999",
ip4: "https://res.llewan.com:2099",
},
test:{
ip1: "https://login.test.llewan.com",
ip2: "https://game.test.llewan.com",
ip3: "https://log.test.llewan.com",
ip4: "https://res.test.llewan.com",
}
},
default_upload_row_count:20,
default_upload_interval:120,
//游戏在线统计时长开启与关闭。true为开启,false为关闭
game_online:true,
//分享调起时间设置
share_time_limit:2,
};
module.exports = sdk_conf;
{
"ver": "1.0.0",
"uuid": "803feea7-b90b-4f4d-b29b-7b46d0ab006a",
"subMetas": {}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment