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

Commit ea0af45b authored by anjiabin's avatar anjiabin

实现xuper发行购买功能

parent b653ca18
...@@ -151,7 +151,7 @@ public class XuperTradeCommonBiz { ...@@ -151,7 +151,7 @@ public class XuperTradeCommonBiz {
int count = 0; int count = 0;
while(nftBuyPayTaskId == null){ while(nftBuyPayTaskId == null){
Thread.sleep(1000l); Thread.sleep(500l);
count++; count++;
log.info("=======执行nft购买第{}次查询,taskId:{}",count,nft044ReqDto.getTaskId()); log.info("=======执行nft购买第{}次查询,taskId:{}",count,nft044ReqDto.getTaskId());
//执行nft购买结果查询 //执行nft购买结果查询
......
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