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

Commit cb4c509e authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

修改nft积分接受地址问题

See merge request !221
parents 6d6961ed b7b0d9b1
......@@ -367,7 +367,7 @@ public class ZxinTradeCommonBiz {
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
nft043BuyReqDto.setPointReceiverAddr(userInfoBo.getBlockChainAddress());
nft043BuyReqDto.setPointReceiverAddr(zxlnftConfig.getNftPlatformAddress());
nft043BuyReqDto.setOfferCount(seriesNftInfoBo.getSellCount().longValue());
nft043BuyReqDto.setOperateId(IDGenerator.get32UUID());
......
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