记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
2cce1c38
Commit
2cce1c38
authored
Apr 19, 2022
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~opt:chain;
parent
15351a26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
ZxlnftSdkUtil.java
...com/liquidnet/common/third/zxlnft/util/ZxlnftSdkUtil.java
+2
-1
ZxinTradeCommonBiz.java
...et/service/galaxy/router/zxin/biz/ZxinTradeCommonBiz.java
+8
-9
No files found.
liquidnet-bus-common/liquidnet-common-third/liquidnet-common-third-zxlnft/src/main/java/com/liquidnet/common/third/zxlnft/util/ZxlnftSdkUtil.java
View file @
2cce1c38
...
@@ -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
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-common/src/main/java/com/liquidnet/service/galaxy/router/zxin/biz/ZxinTradeCommonBiz.java
View file @
2cce1c38
...
@@ -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)){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment