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

Commit a5f2e117 authored by anjiabin's avatar anjiabin

实现zxtnft购买功能

parent c74cfcdf
......@@ -63,7 +63,7 @@ public class ZxinArtworkBiz {
throw new ZxlNftException(ZxlErrorEnum.IMAGE_CHECK_ERROR.getCode(),ZxlErrorEnum.IMAGE_CHECK_ERROR.getMsg());
}
GalaxyNftImageRespDto nftImageRespDto = GalaxyNftImageRespDto.getNew();
BeanUtil.copy(nft008RespDto,nftImageRespDto);
BeanUtil.copy(nft008RespDto.getData(),nftImageRespDto);
return ResponseDto.success(nftImageRespDto);
}
......
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