mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-21 14:56:27 +08:00
add token ,feedback
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class Api{
|
||||
static const String BASE_URL = 'http://30.10.25.17:6001/';
|
||||
static const String BASE_URL = 'http://30.10.27.34:6001/';
|
||||
// static const String BASE_URL = 'http://flutter-go.alibaba.net/';
|
||||
|
||||
static const String DO_LOGIN = BASE_URL+'doLogin';//登陆
|
||||
@ -11,5 +11,8 @@ class Api{
|
||||
static const String GET_USER_INFO = BASE_URL+'getUserInfo';//获取用户信息
|
||||
|
||||
static const String RedirectIp = 'http://100.81.211.172/';
|
||||
|
||||
static const String VERSION = BASE_URL+'getAppVersion';//检查版本
|
||||
|
||||
static const String FEEDBACK = BASE_URL+'feedback';//建议反馈
|
||||
}
|
Reference in New Issue
Block a user