fix
Helius
2022-08-12 d7e1880976244368550ad504fa454acb11bb5475
fix
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/dapp/controller/ApiDappMemberController.java 2 ●●● 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({