| | |
| | | @PostMapping("/base/protocol/storeDetail/nearbyStore") |
| | | List<StoreInfo> getAllNearbyStoreList(@RequestBody GetAllNearbyStoreList getAllNearbyStoreList); |
| | | |
| | | @PostMapping("/base/protocol/storeDetail/citycodeLoLa") |
| | | List<StoreDetailList> getQueryStoreList(@RequestBody StoreOfCitycodeResp citycodeResp); |
| | | |
| | | @PostMapping("/base/protocol/storeDetail/storeOfLonLat") |
| | | List<StoreLonLatList> getAllStoreLonLats(@RequestBody GetAllNearbyStoreList getAllNearbyStoreList); |
| | | /** |
| | | * 根据门店id获取门店信息 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @PostMapping("/store/queryStoreById") |
| | | Store queryStoreById(Integer id); |
| | | |
| | | } |