Commit 84c036f0 authored by tangtuo's avatar tangtuo

nft详情接口加入发行人签名字段

parent 62869c1c
...@@ -41,6 +41,9 @@ public class NftVo { ...@@ -41,6 +41,9 @@ public class NftVo {
@ApiModelProperty("钱包地址") @ApiModelProperty("钱包地址")
private String wallet; private String wallet;
@ApiModelProperty("个性签名")
private String signature;
@ApiModelProperty("nft编号") @ApiModelProperty("nft编号")
private String nftId; private String nftId;
...@@ -101,5 +104,6 @@ public class NftVo { ...@@ -101,5 +104,6 @@ public class NftVo {
this.fileUrl = nft.getFileUrl(); this.fileUrl = nft.getFileUrl();
this.isCommemorate = nft.getIsCommemorate(); this.isCommemorate = nft.getIsCommemorate();
this.nftHash = nft.getNftHash(); this.nftHash = nft.getNftHash();
this.signature = user.getSignature();
} }
} }
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