mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-21 23:06:33 +08:00
登陆
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
class Api{
|
||||
static const String BASE_URL = 'http://127.0.0.1:6001/';
|
||||
|
||||
static const String DO_LOGIN = BASE_URL+'doLogin';
|
||||
static const String DO_LOGIN = BASE_URL+'doLogin';//登陆
|
||||
|
||||
static const String CHECK_LOGIN = BASE_URL+'checkLogin';//验证登陆
|
||||
|
||||
static const String LOGOUT = BASE_URL+'logout';//退出登陆
|
||||
}
|
Reference in New Issue
Block a user