[build 修改]

This commit is contained in:
yangyakun
2023-02-26 18:58:12 +08:00
parent 9f576a66bb
commit c5ddb64496
2 changed files with 3 additions and 1 deletions

View File

@@ -471,6 +471,8 @@ Object readFileToJson(env){
def variantName() {
if(gradle.startParameter.taskNames.size()>0) {
def taskName = gradle.startParameter.taskNames[0]
taskName = taskName.replace("Debug","")
taskName = taskName.replace("Release","")
if (taskName.endsWith("Qa")) {
return "qa"
} else if (taskName.endsWith("Online")) {

View File

@@ -8,7 +8,7 @@
"socket_tech_url": ""
},
"online": {
"och_url": "http://tech-dev.zhidaohulian.com",
"och_url": "http://tech.zhidaohulian.com",
"shuttle_url": "https://och-driver.zhidaozhixing.com",
"passport_url": "",
"socket_base_url": "",