Commit 5a30a30b authored by zp's avatar zp

Merge remote-tracking branch 'origin/v2.0.0' into dev

parents 93c93d42 d64a93c5
......@@ -185,7 +185,7 @@ public interface ProductApi {
CommonResp<Long> getFundRankCountInfo(@RequestBody FundRankReq req);
@ApiOperation("公募基金模糊匹配")
@GetMapping("/public/like")
@GetMapping("/private/like")
CommonResp<List<Type>> getFundLikeShortNameInfo(@Valid @NotEmpty(message = "产品名称不能为空") @RequestParam("productName") String productName,
Pageable page);
}
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