From 7d7d262522c26728f6b47702e9dde37e9950df0e Mon Sep 17 00:00:00 2001 From: hs <873121290@qq.com> Date: Thu, 17 Jul 2025 16:19:19 +0800 Subject: [PATCH] .. --- lib/http/ApiService.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/http/ApiService.dart b/lib/http/ApiService.dart index 012b9e3..02a009f 100644 --- a/lib/http/ApiService.dart +++ b/lib/http/ApiService.dart @@ -1,3 +1,5 @@ +import 'dart:io'; + import 'package:dio/dio.dart'; import 'package:qhd_prevention/tools/tools.dart';