Commit 54e0cb45 by zhangxingmin

列表查询-来佣比率规格和规格明细信息

parent 1635637b
...@@ -18,7 +18,7 @@ import java.util.List; ...@@ -18,7 +18,7 @@ import java.util.List;
/** /**
* 产品服务-来佣比率规格信息Feign客户端 * 产品服务-来佣比率规格信息Feign客户端
*/ */
@FeignClient(name = "yd-product-api", fallbackFactory = ApiExpectedSpeciesFeignFallbackFactory.class) @FeignClient(name = "yd-product-api",path = "/product/api/expectedSpecies",fallbackFactory = ApiExpectedSpeciesFeignFallbackFactory.class)
public interface ApiExpectedSpeciesFeignClient { public interface ApiExpectedSpeciesFeignClient {
/** /**
......
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