Commit 95fa0f41 authored by 张亚辉's avatar 张亚辉

基金详情

parent f433dfcf
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@FeignClient(value = "service-public-fund", fallbackFactory = FeignbackForPublicfund.class, path = "/fundpublic")
@FeignClient(value = "service-fundpublic", fallbackFactory = FeignbackForPublicfund.class, path = "/fundpublic")
public interface FeignClientForPublicfund {
@ApiOperation("对比指数")
......
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