口门bug修改
parent
afdf232f1c
commit
a3ac4ebe1b
|
|
@ -7,7 +7,7 @@ export 'modules/special_work_api.dart';
|
||||||
class ApiService {
|
class ApiService {
|
||||||
|
|
||||||
/// 是否是港务局环境
|
/// 是否是港务局环境
|
||||||
static final bool isGWJProduct = true;
|
static final bool isGWJProduct = false;
|
||||||
/// 是否正式环境
|
/// 是否正式环境
|
||||||
static final bool isProduct = true;
|
static final bool isProduct = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ class HttpManager {
|
||||||
bool isHeartbeat = false,
|
bool isHeartbeat = false,
|
||||||
bool isHaveToken = true,
|
bool isHaveToken = true,
|
||||||
}) async {
|
}) async {
|
||||||
|
data = {...?data, 'appDefaultToken':'1976974388809424896'};
|
||||||
printLongString('参数:${jsonEncode(data)}');
|
printLongString('参数:${jsonEncode(data)}');
|
||||||
Response resp;
|
Response resp;
|
||||||
final url = baseUrl + path;
|
final url = baseUrl + path;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue