fix: 修改客服,增加sdk使用;增加邀请链接短链,升级flutter到3.35.0,Dart 3.9.0
This commit is contained in:
@@ -259,7 +259,7 @@ class HttpUtil {
|
||||
/// 自定义简洁 HTTP 拦截器(无边框符号)
|
||||
class _KRSimpleHttpInterceptor extends Interceptor {
|
||||
/// 常量:手动控制是否打印拦截器日志与解密结果
|
||||
static const bool KR_HTTP_PRINT = false;
|
||||
static const bool KR_HTTP_PRINT = true;
|
||||
final Dio _dio;
|
||||
_KRSimpleHttpInterceptor(this._dio);
|
||||
static String? _lastPath;
|
||||
|
||||
Reference in New Issue
Block a user