Skip to content

Commit

Permalink
resp success
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzaiplus committed Mar 10, 2022
1 parent 0086398 commit fe4daa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class FundController {
public ServerResponse getFundDtoList(@RequestBody FundDto fundDto) {
List<FundDto> fundDtoList = FundUtils.getFundDtoList(fundDto.getType());
fundService.update(fundDtoList);
return ServerResponse.success();
return ServerResponse.success("success");
}

@PostMapping("rank")
Expand Down

0 comments on commit fe4daa3

Please sign in to comment.