Commit b540ee0c authored by 刘基明's avatar 刘基明

基金详情接口fix

parent 12176caf
......@@ -23,11 +23,11 @@ public interface FeignClientForProducts {
@ApiOperation("批量获取私募产品详情(旧),Theme详情用")
@GetMapping("/getProductInfoByIds")
CommonResp<List<ProductInfoVO>> getProductInfoByIds(@ApiParam("筛选条件对象") @RequestParam List<String> fundIds);
CommonResp<List<ProductInfoVO>> getProductInfoByIds(@ApiParam("筛选条件对象") @RequestParam("fundIds") List<String> fundIds);
@ApiOperation("批量获取私募产品详情(新),Topic详情用")
@GetMapping("/getProductInfoByIdsNew")
CommonResp<List<ProductInfoVO>> getProductInfoByIdsNew(@ApiParam("筛选条件对象") @RequestParam List<String> fundIds);
CommonResp<List<ProductInfoVO>> getProductInfoByIdsNew(@ApiParam("筛选条件对象") @RequestParam("fundIds") List<String> fundIds);
@ApiOperation("基金公司-简单信息")
@GetMapping("/fund/companyInfoSimple")
......
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