mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-22 07:16:26 +08:00
cookie 校验
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
class Api{
|
||||
static const String BASE_URL = 'http://127.0.0.1:6001/';
|
||||
// static const String BASE_URL = 'http://127.0.0.1:6001/';
|
||||
static const String BASE_URL = 'http://flutter-go.alibaba.net/';
|
||||
|
||||
static const String DO_LOGIN = BASE_URL+'doLogin';//登陆
|
||||
|
||||
|
Reference in New Issue
Block a user