|
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
-@FeignClient(name = "lb-delivery",url = "http://127.0.0.1:8085/waimai")
|
|
|
+@FeignClient(name = "lb-waimai",url = "http://127.0.0.1:8085/waimai")
|
|
|
public interface ElemeApi {
|
|
|
|
|
|
@PostMapping(value="/eleme/selfDeliveryLocationSync")
|