提交 71ef2b42 authored 作者: hzh's avatar hzh

火车票调试

上级 737704b8
...@@ -111,7 +111,7 @@ public class TrainServiceImpl implements ITrainService { ...@@ -111,7 +111,7 @@ public class TrainServiceImpl implements ITrainService {
public void payOrder(String userId, PayOrderModel model) { public void payOrder(String userId, PayOrderModel model) {
ApiHttpResponse res = Api.v1( ApiHttpResponse res = Api.v1(
com.wenhe.base.base.RequestMethodEnum.POST, com.wenhe.base.base.RequestMethodEnum.POST,
DomainEnum.TEST.getDomain(), DomainEnum.PROD.getDomain(),
TrainApiEnum.PAY_ORDER.getUrl(), TrainApiEnum.PAY_ORDER.getUrl(),
userId, userId,
JSON.toJSONString(model) JSON.toJSONString(model)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论