Commit 76c8b2dd authored by shiyl's avatar shiyl

添加生产环境域名

parent c34cbe0c
...@@ -5,7 +5,7 @@ ext { ...@@ -5,7 +5,7 @@ ext {
versionName : "1.0.0", versionName : "1.0.0",
serviceVersion : '"000100"', // 上线前需要和服务端确认并更新 serviceVersion : '"000100"', // 上线前需要和服务端确认并更新
isEncrypt : 'true', // 上线前需要开启加密 isEncrypt : 'true', // 上线前需要开启加密
isEncryptDebugKey: 'true', // 上线前需要使用正式加密key 置为false isEncryptDebugKey: 'false', // 上线前需要使用正式加密key 置为false
isApplication : false isApplication : false
] ]
buildParams = [ buildParams = [
...@@ -14,7 +14,7 @@ ext { ...@@ -14,7 +14,7 @@ ext {
// API_URL: '"http://bp-test.go2yd.com"', // API_URL: '"http://bp-test.go2yd.com"',
], ],
release: [ release: [
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