This commit is contained in:
aozhiwei 2024-07-02 18:00:31 +08:00
parent b9fb49cc1a
commit 7e5d9ed0bb

View File

@ -100,9 +100,10 @@ func (this* refreshMeta) repairHeroMeta(ds *f5.DataSet) bool {
nft.netId = q5.ToInt32(ds.GetByName("net_id"))
nft.contractAddress = ds.GetByName("contract_address")
nft.tokenId = ds.GetByName("token_id")
/*
if nft.tokenId == "6240619010000001" {
q5.AppendSlice(&this.batchNfts, nft)
}
}*/
return true
}