Commit 18da22ec authored by 张亚辉's avatar 张亚辉

授权

parent 510a330c
......@@ -250,6 +250,7 @@ public class ProductController implements ProductApi {
return CommonResp.success(this.productService.getFundLikeShortName(productName, page));
}
@TanpuInterfaceLoginAuth
@Override
public CommonResp<List<FundSameResp>> getNoNetfund(String fundId) {
if (StringUtils.isEmpty(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