Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
llewan-weixin-sdk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
llewan
llewan-weixin-sdk
Commits
7aa4b271
Commit
7aa4b271
authored
Sep 25, 2018
by
liuxinjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.003
parent
d2201100
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
3 deletions
+30
-3
sdk.js
assets/llewan-weixin-sdk/sdk.js
+0
-0
sdk_conf.js
assets/llewan-weixin-sdk/sdk_conf.js
+30
-3
No files found.
assets/llewan-weixin-sdk/sdk.js
View file @
7aa4b271
This diff is collapsed.
Click to expand it.
assets/llewan-weixin-sdk/sdk_conf.js
View file @
7aa4b271
var
sdk_conf
=
{
dev_platform
:
'weixin'
,
//.游戏唯一标识
//.开发调试环境:prod 或 test,env_apis配合使用,主要是将接口切换正式环境和测试环境,上线务必修改为:prod
env
:
'prod'
,
//.游戏唯一标识:由游戏技术修改
game
:
'zuiqiangchijiwang'
,
//.当前游戏版本
//.当前游戏版本
:由游戏技术修改
version
:
'1.005'
,
//.banner广告单元id
bannerAdUnitId
:
''
,
...
...
@@ -10,6 +11,32 @@ var sdk_conf = {
videoAdUnitId
:
''
,
//.开发平台:由sdk维护者确定,weixin 或 toutiao,接入游戏的技术不需要修改
dev_platform
:
'weixin'
,
//.乐玩sdk的版本号:由sdk维护者确定,接入游戏的技术不需要修改
llewan_sdk_version
:
'1.003'
,
//.接口加密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"
,
}
}
};
module
.
exports
=
sdk_conf
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment