Commit cb8afa57 by huiyang.chen

配送地址

parent e3cf0572
...@@ -6,7 +6,7 @@ import org.springframework.cloud.netflix.feign.FeignClient; ...@@ -6,7 +6,7 @@ import org.springframework.cloud.netflix.feign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@FeignClient(name = "DeliveryMaCafe",url="http://coupon-api-gateway-koderover-dev-coupon.api-ingress.sandload.cn") @FeignClient(name = "DELIVERYCENTER",url="${delivery.center.baseUrl}")
@RequestMapping(produces = {"application/json;charset=UTF-8"}) @RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface DeliveryMCCafeClient { public interface DeliveryMCCafeClient {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment