Commit 9bbcf108 authored by shiyl's avatar shiyl

开启加密打测试包

parent 793b32c0
......@@ -51,9 +51,9 @@ class PublishCouponsActivity : BaseMvvmActivity<CommodityActivityPublishCouponsB
} else {
"xbrid_coupon_publish?life_account_id=$lifeAccountId"
}
webView.loadUrl(webUrl)
Timber.e("请求地址: $webUrl")
// webView.loadUrl("http://10.60.102.66:8080")
// webView.loadUrl(webUrl)
// Timber.e("请求地址: $webUrl")
webView.loadUrl("http://10.60.102.66:8080")
webView.webChromeClient = object : WebChromeClient() {
override fun onProgressChanged(view: WebView?, newProgress: Int) {
super.onProgressChanged(view, newProgress)
......
......@@ -5,7 +5,7 @@ ext {
versionCode : 100,
versionName : "1.0.0",
serviceVersion : '"000100"', // 上线前需要和服务端确认并更新
isEncrypt : 'false', // 上线时改成true开启加密
isEncrypt : 'true', // 上线时改成true开启加密
isEncryptDebugKey : 'true', // 上线前需要使用正式加密key 置为false
isUmengRelease : 'false', // 上线时改成true,使用上线版本的友盟配置
isApplication : false,
......@@ -14,10 +14,10 @@ ext {
buildParams = [
debug : [
API_URL: '"http://bp-dev.go2yd.com"',
// API_URL: '"http://bp-test.go2yd.com"',
],
release: [
API_URL: '"https://bp.go2yd.com"',
API_URL: '"http://bp-test.go2yd.com"',
// API_URL: '"https://bp.go2yd.com"',
]
]
}
......
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