添加不同环境的url

This commit is contained in:
kron
2025-08-09 12:16:36 +08:00
parent ca6cb989c7
commit e164d4736e
4 changed files with 29 additions and 4 deletions

View File

@@ -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";