@Override
 public List<Append> queryAppendTimePrice(TimePriceRequest timePriceRequest) throws Exception {
   String hotelCode = timePriceRequest.getHotelCode();
   return xinghaiHolidayClient.getHotelInfo(hotelCode);
 }