Commit f7540362 authored by liuxinjun's avatar liuxinjun

v1.009版本主要是模拟分享以及游戏在线时长统计

parent 566e58aa
...@@ -38,6 +38,8 @@ var sdk_conf = { ...@@ -38,6 +38,8 @@ var sdk_conf = {
default_upload_interval:120, default_upload_interval:120,
//游戏在线统计时长开启与关闭。true为开启,false为关闭 //游戏在线统计时长开启与关闭。true为开启,false为关闭
game_online:true, game_online:true,
//分享调起时间设置
share_time_limit:2,
}; };
module.exports = sdk_conf; module.exports = sdk_conf;
......
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