登录逻辑

This commit is contained in:
2022-10-21 14:03:48 +08:00
parent 30a9279ff1
commit 4bf03d234b
11 changed files with 154 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
class HttpOptions {
static const String baseUrl = 'http://api.gl.shangkelian.cn/api/';
static const String baseUrl = 'https://zh-chat.cnskl.com/api/';
static const int connectTimeout = 15000;
static const int receiveTimeout = 15000;
}