添加同步同程订单接口
This commit is contained in:
parent
6d829e2b5c
commit
722b82f2b8
|
@ -100,8 +100,7 @@ public class LYTest {
|
||||||
Description<HotleMinPrice> description = new Description<>();
|
Description<HotleMinPrice> description = new Description<>();
|
||||||
description.setParam(hotleMinPrice);
|
description.setParam(hotleMinPrice);
|
||||||
Result post = postRequest.post(minPriceUrl, description, Result.class);
|
Result post = postRequest.post(minPriceUrl, description, Result.class);
|
||||||
HotelListVo hotelListVo = new HotelListVo();
|
|
||||||
List<HotelListVo.HotelInfo> hotelList = hotelListVo.getHotelList();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//火车票最高价查询
|
//火车票最高价查询
|
||||||
|
|
Loading…
Reference in New Issue