fix
Helius
2022-08-12 8a095fd38bd3ce0ddd397b03869dad3ab68d8523
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({