口门bug修改

master
hs 2026-08-26 08:38:14 +08:00
parent afdf232f1c
commit a3ac4ebe1b
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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;