From 6d934d0ac5f783e23ec5c300a5d0c8e1dc90827d Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 08 三月 2024 17:08:30 +0800 Subject: [PATCH] 1.23新增需求 bug修改 --- cloud-server-other/src/main/java/com/dsh/other/feignclient/StoreClient.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/feignclient/StoreClient.java b/cloud-server-other/src/main/java/com/dsh/other/feignclient/StoreClient.java index ec672e4..461a683 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/feignclient/StoreClient.java +++ b/cloud-server-other/src/main/java/com/dsh/other/feignclient/StoreClient.java @@ -13,13 +13,11 @@ @PostMapping("/base/protocol/storeDetail/courseOfSto") - StoreDetailOfCourse getCourseOfStore(@RequestParam("storeId") Integer storeId); + StoreDetailOfCourse getCourseOfStore(@RequestParam("storeId") Integer storeId); @PostMapping("/base/protocol/storeDetail/nearbyStore") List<StoreInfo> getAllNearbyStoreList(@RequestBody GetAllNearbyStoreList list); - - @PostMapping("/base/protocol/storeDetail/distanceCal") -- Gitblit v1.7.1