111
This commit is contained in:
Zeus
2023-12-05 14:46:51 +08:00
parent ae3e4546c9
commit 314b2ba45e
40 changed files with 195 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
class AppUrls {
static const String baseUrl = "https://kuyun888.com";
static const String baseUrl = "https://uu.lanmao123.com";
static const String baseApiUrl = '$baseUrl/api/v1'; // 基础接口地址
static const String login = '$baseApiUrl/passport/auth/login';