处理兼容性问题

处理兼容性问题
This commit is contained in:
Zeus
2023-12-05 09:48:08 +08:00
parent a21a4e7f77
commit fa787018df
641 changed files with 29065 additions and 28 deletions
+2 -7
View File
@@ -1,16 +1,11 @@
class AppUrls {
// static const String baseUrl = 'https://user.51mdss.com'; // 基础接口地址
// static const String baseUrl = "https://www.58mdss.com";
static const String baseUrl = "https://gohash123.com";
static const String baseUrl = "https://kuyun888.com";
static const String baseApiUrl = '$baseUrl/api/v1'; // 基础接口地址
static const String login = '$baseApiUrl/passport/auth/login';
static const String register = '$baseApiUrl/passport/auth/register';
// static const String login = 'https://www.heyuegendan.com/vpn/login.php';
// static const String register = 'https://www.heyuegendan.com/vpn/register.php';
static const String getQuickLoginUrl =
'$baseApiUrl/passport/auth/getQuickLoginUrl';
static const String getQuickLoginUrl = '$baseApiUrl/passport/auth/getQuickLoginUrl';
static const String userSubscribe = '$baseApiUrl/user/getSubscribe';
static const String plan = '$baseApiUrl/guest/plan/fetch';