Commit 8ff27c64 authored by Steven杜宇's avatar Steven杜宇

// 灰度环境

parent 434fa8de
...@@ -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