Commit c323e2af by zhangxingmin

push

parent ed5f00ec
......@@ -18,7 +18,7 @@ import javax.validation.constraints.NotNull;
/**
* 系统用户-签单用户扩展信息Feign客户端
*/
@FeignClient(name = "yd-user-api", path = "/user/api/userSignExpand",fallbackFactory = ApiUserSignExpandFeignFallbackFactory.class)
@FeignClient(name = "yd-insurance-base-api", path = "/insurance/base/api/userSignExpand",fallbackFactory = ApiUserSignExpandFeignFallbackFactory.class)
public interface ApiUserSignExpandFeignClient {
/**
......
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