This commit is contained in:
2022-10-25 14:55:42 +08:00
parent 4bf03d234b
commit b8242e66bd
8 changed files with 8 additions and 11 deletions

View File

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