Commit 7db9294e authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :1.1.2
[实现方案] :加入客服问题
parent d56b5d2a
PACKAGE_NAME=com.zxhl.shop PACKAGE_NAME=com.zxhl.shop
VERSION_CODE=12 VERSION_CODE=13
VERSION_NAME=1.1.1 VERSION_NAME=1.1.2
\ No newline at end of file \ No newline at end of file
...@@ -63,7 +63,7 @@ object AdManager { ...@@ -63,7 +63,7 @@ object AdManager {
fun init(application: Context, appLs: String) { fun init(application: Context, appLs: String) {
LogUtils.isShowLog(false) LogUtils.isShowLog(false)
AdNetConfig.setBase_Url(AdNetConfig.Environment.DEV) AdNetConfig.setBase_Url(AdNetConfig.Environment.PRODUCT)
AdConstant.param.mPacketName = application.packageName AdConstant.param.mPacketName = application.packageName
AdConstant.param.appLs = appLs AdConstant.param.appLs = appLs
AdConstant.param.appLs = appLs AdConstant.param.appLs = appLs
......
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