提交 e2b388a4 authored 作者: hzh's avatar hzh

机票模块增加接口

上级 4f435508
...@@ -229,7 +229,7 @@ public class Api { ...@@ -229,7 +229,7 @@ public class Api {
* @return {@link ApiHttpResponse} 请求返回的结果 * @return {@link ApiHttpResponse} 请求返回的结果
*/ */
public static ApiHttpResponse post(String url, String data, Map<String, String> headers) { public static ApiHttpResponse post(String url, String data, Map<String, String> headers) {
// log.info("请求路径:{}", url); log.info("请求路径:{}", url);
log.info("请求头:{}", JSON.toJSONString(headers)); log.info("请求头:{}", JSON.toJSONString(headers));
log.info("请求体:{}", data); log.info("请求体:{}", data);
StopWatch watch = new StopWatch(); StopWatch watch = new StopWatch();
......
...@@ -111,7 +111,7 @@ class DayMinPriceBean { ...@@ -111,7 +111,7 @@ class DayMinPriceBean {
/** /**
* 账单价 * 账单价
*/ */
private BigDecimal departTime; private String departTime;
/** /**
* 舱位名称 * 舱位名称
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论