Commit daf47aec by zhangxingmin

push

parent 9ca02d55
......@@ -13,7 +13,7 @@ import javax.validation.constraints.NotBlank;
/**
* 产品服务-产品上架信息Feign客户端
*/
@FeignClient(name = "yd-product-api", fallbackFactory = ApiProductLaunchFeignFallbackFactory.class)
@FeignClient(name = "yd-product-api",path = "/product/api/productLaunch",fallbackFactory = ApiProductLaunchFeignFallbackFactory.class)
public interface ApiProductLaunchFeignClient {
/**
......
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