src/main/java/cc/mrbird/febs/dapp/controller/ApiDappMemberController.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/dapp/controller/ApiDappMemberController.java
@@ -101,7 +101,7 @@ @PostMapping(value = "/activeNft") public FebsResponse activeNft(@RequestBody @Valid ActiveDto activeDto) { dappWalletService.activeNft(activeDto); return new FebsResponse().success(); return new FebsResponse().success().message("激活成功"); } @ApiResponses({