Commit 2b795701 authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :幸福花园
[实现方案] :替换资源
parent a4c5e6f5
......@@ -34,7 +34,7 @@
<data
android:host="welfare"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......@@ -49,7 +49,7 @@
<data
android:host="clockinwithdraw"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......@@ -62,7 +62,7 @@
<category android:name="android.intent.category.DEFAULT" />
<data
android:host="nomal_web"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......
......@@ -52,7 +52,7 @@ class BaseApplication : BaseApplication() {
private var backToFrontTime: Long = 0
override fun onCreate() {
super.onCreate()
NetConfig.setBase_Url(NetConfig.Environment.PRODUCT)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
NetConfig.setBase_Url(NetConfig.Environment.DEV)// TODO 上线之后提成成 NetConfig.Environment.PRODUCT
var isDebug = true
if (NetConfig.sEnvironment == NetConfig.Environment.PRODUCT) {
......@@ -67,10 +67,10 @@ class BaseApplication : BaseApplication() {
//TODO 上线去掉测试地址
// Constant.appLs = "b59e7d03c0f91730"//appls
AdManager.init(this, "b59e7d03c0f91730")
AdManager.init(this, "6781c93e52cfb32f")
LogUtils.getConfig().logSwitch = isDebug
UMConfigure.setLogEnabled(false)
UMConfigure.init(this, "5fc658ef4034454d32e7e6ba", "", UMConfigure.DEVICE_TYPE_PHONE, "")
UMConfigure.init(this, "5f642fd3a4ae0a7f7d08313d", "", UMConfigure.DEVICE_TYPE_PHONE, "")
PlatformConfig.setWeixin(MyConstant.WX_APPID, MyConstant.WX_APPKEY)
......@@ -84,7 +84,7 @@ class BaseApplication : BaseApplication() {
// 设置是否为上报进程
strategy.isUploadProcess = processName == null || processName == packageName
//Bugly初始化
CrashReport.initCrashReport(this, "deddb58936", isDebug, strategy)
CrashReport.initCrashReport(this, "3a78bcc8bf", isDebug, strategy)
//========== Bugly ==========
//小满
......
......@@ -85,7 +85,7 @@
<data
android:host="web"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......@@ -100,7 +100,7 @@
<data
android:host="ad_web"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......@@ -115,7 +115,7 @@
<data
android:host="new_web"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......@@ -130,7 +130,7 @@
<data
android:host="xiaoman"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
......
......@@ -17,15 +17,15 @@ import java.util.List;
public class MyConstant {
public static int REQUEST_CODE_ASK_PERMISSIONS = 0x0101;
public static final String scheme = "ddhy";
public static final String scheme = "xfhy";
public static final String withdraw_right_top = "withdraw_right_top";
public static final String sign_in_again_video = "sign_in_again_video";
// public static final String WX_APPID = "wx4d3a3aa6fb634c17";//1.0.0版本使用的微信appid
// public static final String WX_APPKEY = "7c98910f81dc3cec4b992d722bdcbaf3";//1.0.0版本使用的微信key
public static String WX_APPID = "wx1af769544d85de7b";
public static String WX_APPID = "wx9807a0ef418a4078";
// public static String WX_APPID = "wxcd4157d1e36f5cd8";
public static String WX_APPKEY = "58d8131e48083dbe5a0a946fb96002a8";
public static String WX_APPKEY = "b16208510fd84cb3fd318de9666037e5";
public static String WX_SHARE_APPID = "34fd25bb46e96eb3de04bd0c0e031e22";
public static String WX_SHARE_APPKEY = "34fd25bb46e96eb3de04bd0c0e031e22";
public static final String SHANYAN_KEY = "7QciptTf";
......
package com.ym.library.net
import android.text.TextUtils
import com.ym.library.BuildConfig
import com.ym.admodule.BuildConfig
import com.ym.library.MyConstant
import com.ym.modulecommon.net.NetConfig
import com.ym.modulecommon.utils.AdPreference
......
......@@ -2,31 +2,7 @@ package com.ym.library.utils;
object ADConfig{
val AD_SPLASH = "splash"//开屏
val AD_LOAD_SPLASH = "task_load_splash"//开屏
val AD_COINS_VIDEO = "sleep_coins_video"
val AD_CARD_BIGIMAGE = "scratch_card_bigimage"//模板
val AD_ACTIVITY_POPUP = "home_activity_popup"//插屏
// val AD_FEED = "feed"
// val AD_LOCK_SCREEN = "lock_screen"
// val AD_CLEANING_UP_POP = "cleaning_up_pop"
// val AD_AFTER_CLOSING_SCREEN = "after_closing_screen"
// val AD_AFTER_CLEANING_VIDEO = "after_cleaning_video"
// val AD_DRAW_CLEANING_VIDEO = "small_video_list_bigimage"//TODO 设置draw视频
// val CLEAR_FINISH = "clear_finish"//清理完成全屏视频
// val OTHER_APP_START = "other_app_start"//其他app打开监听
// 862 开屏广告位 splash
// 863 信息流广告位 feed
// 864 锁屏广告位 lock_screen
// 865 清理中弹窗广告位 cleaning_up_pop
// 866 关闭后插屏广告位 after_closing_screen
// 867 清理后激励视频广告位 after_cleaning_video
// 868 Draw视频广告位 small_video_list_bigimage
//=================================农场
val AD_REWARD_VIDIO = "video"//激励视频
val AD_IMG_FADE = "bigimage"//大图
}
\ No newline at end of file
......@@ -15,7 +15,7 @@
<data
android:host="setting"
android:scheme="ddhy" />
android:scheme="xfhy" />
</intent-filter>
</activity>
</application>
......
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