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

Commit b7b0d9b1 authored by anjiabin's avatar anjiabin

修改nft积分接受地址问题

parent 35c88420
...@@ -367,7 +367,7 @@ public class ZxinTradeCommonBiz { ...@@ -367,7 +367,7 @@ public class ZxinTradeCommonBiz {
} catch (UnsupportedEncodingException e) { } catch (UnsupportedEncodingException e) {
e.printStackTrace(); e.printStackTrace();
} }
nft043BuyReqDto.setPointReceiverAddr(userInfoBo.getBlockChainAddress()); nft043BuyReqDto.setPointReceiverAddr(zxlnftConfig.getNftPlatformAddress());
nft043BuyReqDto.setOfferCount(seriesNftInfoBo.getSellCount().longValue()); nft043BuyReqDto.setOfferCount(seriesNftInfoBo.getSellCount().longValue());
nft043BuyReqDto.setOperateId(IDGenerator.get32UUID()); 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