Commit d50812b1 by 周晓航

新增feign调用线上发码

parent 24e23488
...@@ -9,7 +9,7 @@ import org.springframework.cloud.openfeign.FeignClient; ...@@ -9,7 +9,7 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
//@IgnoreFeignLogAnnotation //@IgnoreFeignLogAnnotation
@FeignClient(url = "http://open-store-online-coupon-service-internal.sandload.cn") @FeignClient(name = "OPEN-STORE-ONLINE-COUPON-SERVICE-TEMP",url = "http://open-store-online-coupon-service-internal.sandload.cn")
public interface TempReSendCouponOnlineClient { public interface TempReSendCouponOnlineClient {
......
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