update ios project
update ios project
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
class AppUrls {
|
||||
static const String baseUrl = "https://api.0009.uk";
|
||||
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 getQuickLoginUrl =
|
||||
'$baseApiUrl/passport/auth/getQuickLoginUrl';
|
||||
|
||||
static const String userSubscribe = '$baseApiUrl/user/getSubscribe';
|
||||
static const String plan = '$baseApiUrl/guest/plan/fetch';
|
||||
static const String server = '$baseApiUrl/user/server/fetch';
|
||||
static const String userInfo = '$baseApiUrl/user/info';
|
||||
}
|
||||
Reference in New Issue
Block a user