Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
33a4adc8
Commit
33a4adc8
authored
Dec 01, 2020
by
wangxuewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :多多花园1.0.1 [实现方案] :替换APPls 替换微信appkey
parent
22a897d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BaseApplication.kt
app/src/main/java/com/ym/game/application/BaseApplication.kt
+1
-1
Constant.java
library/src/main/java/com/ym/library/Constant.java
+2
-2
No files found.
app/src/main/java/com/ym/game/application/BaseApplication.kt
View file @
33a4adc8
...
@@ -63,7 +63,7 @@ class BaseApplication : BaseApplication() {
...
@@ -63,7 +63,7 @@ class BaseApplication : BaseApplication() {
//TODO 上线去掉测试地址
//TODO 上线去掉测试地址
// NetConfig.BASE_FEED_URL = "http://feedapitest2.zhangxinhulian.com/"
// NetConfig.BASE_FEED_URL = "http://feedapitest2.zhangxinhulian.com/"
// Constant.appLs = "afcbef40e31631d3"//appls
// Constant.appLs = "afcbef40e31631d3"//appls
AdManager
.
init
(
this
,
"
afcbef40e31631d3
"
)
AdManager
.
init
(
this
,
"
b59e7d03c0f91730
"
)
LogUtils
.
getConfig
().
logSwitch
=
true
LogUtils
.
getConfig
().
logSwitch
=
true
UMConfigure
.
setLogEnabled
(
true
)
UMConfigure
.
setLogEnabled
(
true
)
UMConfigure
.
init
(
this
,
"5f9bb48945b2b751a91fb2d5"
,
""
,
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
)
UMConfigure
.
init
(
this
,
"5f9bb48945b2b751a91fb2d5"
,
""
,
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
)
...
...
library/src/main/java/com/ym/library/Constant.java
View file @
33a4adc8
...
@@ -21,9 +21,9 @@ public class Constant {
...
@@ -21,9 +21,9 @@ public class Constant {
// public static final String WX_APPID = "wx4d3a3aa6fb634c17";//1.0.0版本使用的微信appid
// public static final String WX_APPID = "wx4d3a3aa6fb634c17";//1.0.0版本使用的微信appid
// public static final String WX_APPKEY = "7c98910f81dc3cec4b992d722bdcbaf3";//1.0.0版本使用的微信key
// public static final String WX_APPKEY = "7c98910f81dc3cec4b992d722bdcbaf3";//1.0.0版本使用的微信key
public
static
String
WX_APPID
=
"wx
e7a03eb52cce1b51
"
;
public
static
String
WX_APPID
=
"wx
1af769544d85de7b
"
;
// public static String WX_APPID = "wxcd4157d1e36f5cd8";
// public static String WX_APPID = "wxcd4157d1e36f5cd8";
public
static
String
WX_APPKEY
=
"
6fa72a89ea188c4dff5729cff328b587
"
;
public
static
String
WX_APPKEY
=
"
58d8131e48083dbe5a0a946fb96002a8
"
;
public
static
String
WX_SHARE_APPID
=
"34fd25bb46e96eb3de04bd0c0e031e22"
;
public
static
String
WX_SHARE_APPID
=
"34fd25bb46e96eb3de04bd0c0e031e22"
;
public
static
String
WX_SHARE_APPKEY
=
"34fd25bb46e96eb3de04bd0c0e031e22"
;
public
static
String
WX_SHARE_APPKEY
=
"34fd25bb46e96eb3de04bd0c0e031e22"
;
public
static
final
String
SHANYAN_KEY
=
"7QciptTf"
;
public
static
final
String
SHANYAN_KEY
=
"7QciptTf"
;
...
...
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