添加不同环境的url
This commit is contained in:
@@ -6,10 +6,10 @@ try {
|
||||
|
||||
switch (envVersion) {
|
||||
case "develop": // 开发版
|
||||
BASE_URL = "https://api.shelingxingqiu.com/api/shoot";
|
||||
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
||||
break;
|
||||
case "trial": // 体验版
|
||||
BASE_URL = "https://api.shelingxingqiu.com/api/shoot";
|
||||
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
||||
break;
|
||||
case "release": // 正式版
|
||||
BASE_URL = "https://api.shelingxingqiu.com/api/shoot";
|
||||
|
||||
Reference in New Issue
Block a user