Merge remote-tracking branch 'origin/main'
commit
6ca5a27418
|
@ -25,9 +25,9 @@ class ApiService {
|
||||||
|
|
||||||
/// 登录及其他管理后台接口
|
/// 登录及其他管理后台接口
|
||||||
// static const String basePath = "https://qaaqwh.qhdsafety.com/integrated_whb";
|
// static const String basePath = "https://qaaqwh.qhdsafety.com/integrated_whb";
|
||||||
static const String basePath = "http://192.168.20.240:8500/integrated_whb";//测试服务器
|
// static const String basePath = "http://192.168.20.240:8500/integrated_whb";//测试服务器
|
||||||
// static const String basePath = "http://192.168.0.25:28199";//王轩服务器
|
// static const String basePath = "http://192.168.0.25:28199";//王轩服务器
|
||||||
// static const String basePath = "http://192.168.0.45:28199";//长久服务器
|
static const String basePath = "http://192.168.0.45:28199";//长久服务器
|
||||||
|
|
||||||
/// 图片文件服务
|
/// 图片文件服务
|
||||||
static const String baseImgPath = "https://file.zcloudchina.com/YTHFile";
|
static const String baseImgPath = "https://file.zcloudchina.com/YTHFile";
|
||||||
|
@ -2110,6 +2110,7 @@ U6Hzm1ninpWeE+awIDAQAB
|
||||||
"DEPARTMENT_ID": DEPARTMENT_ID,
|
"DEPARTMENT_ID": DEPARTMENT_ID,
|
||||||
"CORPINFO_ID": SessionService.instance.corpinfoId,
|
"CORPINFO_ID": SessionService.instance.corpinfoId,
|
||||||
"USER_ID": SessionService.instance.loginUserId,
|
"USER_ID": SessionService.instance.loginUserId,
|
||||||
|
"NOMAIN": "1",
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue