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

Commit 4a2b68e9 authored by 张国柄's avatar 张国柄

~查取NFT交易结果取值调整;

parent 0b377ab0
......@@ -107,9 +107,9 @@ public class GoblinGalaxyService {
List<String> respDataList = CollectionUtil.arrayListString();
respDataList.add(postRespDataJNode.get("nftId").asText());
respDataList.add(postRespDataJNode.get("nftPublishChainTimestamp").asText());
respDataList.add(postRespDataJNode.get("nftPublishTxHash").asText());
respDataList.add(postRespDataJNode.get("nftPublishTradeHash").asText());
respDataList.add(postRespDataJNode.get("nftBuyChainTimestamp").asText());
respDataList.add(postRespDataJNode.get("nftBuyTxHash").asText());
respDataList.add(postRespDataJNode.get("nftBuyTradeHash").asText());
return respDataList;
} catch (Exception e) {
log.error("Ex.NFT发行购买结果查询:请求异常[url={},postBody={}],ex:{}", postUrl, postBodyNode, e.getMessage());
......
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