记得上下班打卡 | git大法好,push需谨慎

Commit 8870e369 authored by anjiabin's avatar anjiabin

实现百度链nft转让查询功能

parent 93083482
...@@ -324,6 +324,8 @@ public class XuperTradeBiz { ...@@ -324,6 +324,8 @@ public class XuperTradeBiz {
transferNftInfoBo.setUpdatedAt(DateUtil.getNowTime()); transferNftInfoBo.setUpdatedAt(DateUtil.getNowTime());
dataUtils.updateTransferNftInfoBo(reqDto.getRouterType(),reqDto.getTransOrderId(),transferNftInfoBo); dataUtils.updateTransferNftInfoBo(reqDto.getRouterType(),reqDto.getTransOrderId(),transferNftInfoBo);
nftTransferQueryRespDto.setOwnerUserId(transferNftInfoBo.getReceiveUserId());
nftTransferQueryRespDto.setOwnerAddress(transferNftInfoBo.getReceiveAddress());
nftTransferQueryRespDto.setTransferStatus(GalaxyEnum.NftTransferStatusEnum.SUCCESS.getCode()); nftTransferQueryRespDto.setTransferStatus(GalaxyEnum.NftTransferStatusEnum.SUCCESS.getCode());
nftTransferQueryRespDto.setTransferHash(transferHash); nftTransferQueryRespDto.setTransferHash(transferHash);
}else{ }else{
......
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