|
|
|
@ -16,7 +16,7 @@ import java.util.List; |
|
|
|
* @Date :2023/04/03 |
|
|
|
* @description :订单服务:vip订单接口远程调用 |
|
|
|
*/ |
|
|
|
@FeignClient(contextId = "remoteImgService", value = ServiceNameConstants.OORDER_SERVICE, fallbackFactory = RemoteVipOrderFallbackFactory.class) |
|
|
|
@FeignClient(contextId = "remoteImgService", value = ServiceNameConstants.ORDER_SERVICE, fallbackFactory = RemoteVipOrderFallbackFactory.class) |
|
|
|
public interface RemoteVipOrderService { |
|
|
|
|
|
|
|
@GetMapping("/getVipOrderList") |
|
|
|
|