修复眠花糖设置闹钟无效
This commit is contained in:
@@ -2,7 +2,7 @@ class ServiceConstant {
|
||||
// static const String baseHost = "zhmht.swes.com.cn:27021"; //服务地址 眠花糖测试地址
|
||||
static const String baseHost = "zhmht.swes.com.cn:27020"; //服务地址 眠花糖正式地址
|
||||
// static const String baseHost = "vsbs-test.he-info.cn"; //服务地址 本地测试地址
|
||||
// static const String baseHost = "vsbst-api.he-info.cn";//服务地址
|
||||
// static const String baseHost = "vsbst-api.he-info.com";//服务地址
|
||||
// static const String service_address = "http://$baseHost";
|
||||
static const String service_address = "https://$baseHost";
|
||||
|
||||
|
||||
@@ -93,6 +93,7 @@ Future<ApiResponse> requestWithLog({
|
||||
EasyDartModule.logger.error("$logTitle 失败->$e");
|
||||
DailyLogUtils.writeError("$logTitle 失败->$e");
|
||||
onFailure?.call(apiResponse);
|
||||
apiResponse.msg = e.toString();
|
||||
return apiResponse;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user