Commit 72fd83e2 authored by 张亚辉's avatar 张亚辉

基金详情

parent f6a6cfeb
...@@ -177,6 +177,7 @@ public class ProductController implements ProductApi { ...@@ -177,6 +177,7 @@ public class ProductController implements ProductApi {
return feignClientForPublicfund.fundIndexes(); return feignClientForPublicfund.fundIndexes();
} }
@TanpuInterfaceLoginAuth
@Override @Override
public CommonResp<List<FundSameResp>> querySamefund(String fundId) { public CommonResp<List<FundSameResp>> querySamefund(String fundId) {
return CommonResp.success(this.productService.querySamefund(fundId)); return CommonResp.success(this.productService.querySamefund(fundId));
......
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