Commit 9f2cc7f2 authored by 钱坤's avatar 钱坤

非净值查询类似基金时增加登录注解

parent 3b4e43ef
......@@ -245,6 +245,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