Commit 08498a8f authored by 张亚辉's avatar 张亚辉

基金详情

parent fc041c2d
......@@ -123,7 +123,7 @@ public interface ProductApi {
CommonResp<List<ProductInfoVO>> getPrivateFundList(@ApiParam("产品id") @RequestParam("ids") List<String> ids);
@ApiOperation("推荐基金 - 私有基金")
@GetMapping("/privatefund/list")
@GetMapping("/privatefund/query/samefund")
CommonResp<List<FundSameResp>> getRemmendPrivateFundList();
@ApiOperation(value = "根据Id查询私有产品基本信息 - 私有基金")
......
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