From a3ac4ebe1bcf3bf0baf395c7ee083b8f478c4b40 Mon Sep 17 00:00:00 2001 From: hs <873121290@qq.com> Date: Wed, 26 Aug 2026 08:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=A3=E9=97=A8bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/http/ApiService.dart | 2 +- lib/http/HttpManager.dart | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/http/ApiService.dart b/lib/http/ApiService.dart index 13d451b..be01fdf 100644 --- a/lib/http/ApiService.dart +++ b/lib/http/ApiService.dart @@ -7,7 +7,7 @@ export 'modules/special_work_api.dart'; class ApiService { /// 是否是港务局环境 - static final bool isGWJProduct = true; + static final bool isGWJProduct = false; /// 是否正式环境 static final bool isProduct = true; diff --git a/lib/http/HttpManager.dart b/lib/http/HttpManager.dart index 1dab1a9..26f2476 100644 --- a/lib/http/HttpManager.dart +++ b/lib/http/HttpManager.dart @@ -90,6 +90,7 @@ class HttpManager { bool isHeartbeat = false, bool isHaveToken = true, }) async { + data = {...?data, 'appDefaultToken':'1976974388809424896'}; printLongString('参数:${jsonEncode(data)}'); Response resp; final url = baseUrl + path;