|
@@ -644,7 +644,7 @@ public class HotelServiceImpl implements HotelService {
|
|
|
public List<HtAliHotel> getMatchHotels(Map<String, Object> map) {
|
|
|
JSONObject hotel = JSONUtil.parseObj(map);
|
|
|
// DtStore dtStore = cache.getStore(hotel.getInt("storeId"));
|
|
|
- DtStore dtStore = cache.getStore(3);
|
|
|
+ DtStore dtStore = cache.getStore(1);
|
|
|
String appKey = dtStore.getAppKey();
|
|
|
String sessionKey = dtStore.getSessionKey();
|
|
|
String secret = dtStore.getSecret();
|