|
@@ -4,7 +4,7 @@ class ApiConstants {
|
|
//当前服务器环境
|
|
//当前服务器环境
|
|
static const isServerRelease = false;
|
|
static const isServerRelease = false;
|
|
|
|
|
|
- //新加坡的域名
|
|
|
|
|
|
+ //域名
|
|
static const baseUrl = isServerRelease ? 'https://www.casualabour.com' : 'http://yyjobs-api-dev.guadoutech.com';
|
|
static const baseUrl = isServerRelease ? 'https://www.casualabour.com' : 'http://yyjobs-api-dev.guadoutech.com';
|
|
|
|
|
|
// =========================== 用户相关 ↓=========================================
|
|
// =========================== 用户相关 ↓=========================================
|