口门bug修改
parent
afdf232f1c
commit
a3ac4ebe1b
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue