Commit 528b7967 authored by David黄金龙's avatar David黄金龙

Merge branch '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into 630-dev

* '630-dev' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS:
  //  灰度环境
parents 18c084e9 8ff27c64
...@@ -15,6 +15,8 @@ class YHBaseUrlManager { ...@@ -15,6 +15,8 @@ class YHBaseUrlManager {
static let baseUrlTest : String = "https://test-app-go-api.galaxy-immi.com" //APP 使用域名 static let baseUrlTest : String = "https://test-app-go-api.galaxy-immi.com" //APP 使用域名
//正式环境 //正式环境
static let baseUrlRelease : String = "https://app-go-api.galaxy-immi.com" static let baseUrlRelease : String = "https://app-go-api.galaxy-immi.com"
// UAT灰度环境
static let baseGrayUrlTest: String = "https://uat-go-api.galaxy-immi.com"
func curURL() -> String { func curURL() -> String {
......
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