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

Commit 2cce1c38 authored by 张国柄's avatar 张国柄

~opt:chain;

parent 15351a26
...@@ -716,7 +716,8 @@ public class ZxlnftSdkUtil { ...@@ -716,7 +716,8 @@ public class ZxlnftSdkUtil {
BeanUtil.copy(reqDto,req); BeanUtil.copy(reqDto,req);
req.setPubKey(zxlnftConfig.getNftPlatformPubKey()); req.setPubKey(zxlnftConfig.getNftPlatformPubKey());
req.setPlatformPubKey(zxlnftConfig.getNftPlatformPubKey()); req.setPlatformPubKey(zxlnftConfig.getNftPlatformPubKey());
req.setHash(zxlnftBiz.getHashString(req.getUrl())); // req.setHash(zxlnftBiz.getHashString(req.getUrl()));
req.setHash(reqDto.getMetaData());
/** /**
* 发行人的私钥签名,签名对象是(platformPubKey_pubKey_接口名_author_name_url_displayUrl_hash_desc_flag_publishCount_seriesId_seriesBeginIndex * 发行人的私钥签名,签名对象是(platformPubKey_pubKey_接口名_author_name_url_displayUrl_hash_desc_flag_publishCount_seriesId_seriesBeginIndex
......
...@@ -218,10 +218,10 @@ public class ZxinTradeCommonBiz { ...@@ -218,10 +218,10 @@ public class ZxinTradeCommonBiz {
nftPublishStatus = nft035RespDtoTemp.getData().getTaskStatus(); nftPublishStatus = nft035RespDtoTemp.getData().getTaskStatus();
} }
// if (count == 5) { if (count == 20) {
// log.info("=======查询共5次,跳出循环!taskId:{}", nft035ReqDto.getTaskId()); log.info("=======查询共20次,跳出循环!taskId:{}", nft035ReqDto.getTaskId());
// break; break;
// } }
} }
//赋值返回参数 //赋值返回参数
...@@ -396,11 +396,10 @@ public class ZxinTradeCommonBiz { ...@@ -396,11 +396,10 @@ public class ZxinTradeCommonBiz {
log.info("任务执行中!taskId:{}",nft044ReqDto.getTaskId()); log.info("任务执行中!taskId:{}",nft044ReqDto.getTaskId());
nftBuyStatus = nft044RespDto.getData().getTaskStatus(); nftBuyStatus = nft044RespDto.getData().getTaskStatus();
} }
if(count==20){
// if(count==5){ log.info("=======查询共5次,跳出循环!taskId:{}",nft044ReqDto.getTaskId());
// log.info("=======查询共5次,跳出循环!taskId:{}",nft044ReqDto.getTaskId()); break;
// break; }
// }
} }
log.info("总共执行了多少次查询:{} 总耗时:{}",count,System.currentTimeMillis() - timeStart); log.info("总共执行了多少次查询:{} 总耗时:{}",count,System.currentTimeMillis() - timeStart);
// if(StringUtil.isNotEmpty(payTaskId)){ // if(StringUtil.isNotEmpty(payTaskId)){
......
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