提交 9916a4e1 authored 作者: hzh's avatar hzh

代码优化

上级 32578f63
...@@ -148,7 +148,7 @@ public class AirPortServiceImpl implements IAirportService { ...@@ -148,7 +148,7 @@ public class AirPortServiceImpl implements IAirportService {
ApiHttpResponse res = Api.v1( ApiHttpResponse res = Api.v1(
RequestMethodEnum.POST, RequestMethodEnum.POST,
DomainEnum.TEST.getDomain(), DomainEnum.TEST.getDomain(),
AirportApiEnum.CHECK_XYH_BMD.getUrl(), AirportApiEnum.PLANE_CHECK_STATE.getUrl(),
userId, userId,
null, null,
JSON.toJSONString(model) JSON.toJSONString(model)
......
...@@ -423,7 +423,7 @@ public class TrainServiceImpl implements ITrainService { ...@@ -423,7 +423,7 @@ public class TrainServiceImpl implements ITrainService {
ApiHttpResponse res = Api.v1( ApiHttpResponse res = Api.v1(
com.wenhe.base.base.RequestMethodEnum.POST, com.wenhe.base.base.RequestMethodEnum.POST,
DomainEnum.TEST.getDomain(), DomainEnum.TEST.getDomain(),
TrainApiEnum.QUERY_ORDER_LIST.getUrl(), TrainApiEnum.QUERY_CHANGE_LIST.getUrl(),
userId, userId,
JSON.toJSONString(model) JSON.toJSONString(model)
); );
...@@ -544,7 +544,7 @@ public class TrainServiceImpl implements ITrainService { ...@@ -544,7 +544,7 @@ public class TrainServiceImpl implements ITrainService {
ApiHttpResponse res = Api.v1( ApiHttpResponse res = Api.v1(
com.wenhe.base.base.RequestMethodEnum.POST, com.wenhe.base.base.RequestMethodEnum.POST,
DomainEnum.TEST.getDomain(), DomainEnum.TEST.getDomain(),
TrainApiEnum.REFUND_QUERY_REFUND_ORDER.getUrl(), TrainApiEnum.QUERY_REFUND_LIST.getUrl(),
userId, userId,
JSON.toJSONString(model) JSON.toJSONString(model)
); );
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论