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