This commit is contained in:
aozhiwei 2024-07-21 23:55:01 +08:00
parent e342cfa5cd
commit d33ce068b0

View File

@ -120,6 +120,8 @@ func (this* refreshMeta) doRefresh() {
for _, v := range this.batchNfts {
if lastContractAddress == "" {
lastContractAddress = v.contractAddress
} else if lastContractAddress != v.contractAddress {
}
f5.GetHttpCliMgr().SendGoStyleRequest(
mt.Table.Config.GetById(0).GetGameapiUrl() + "/webapp/index.php",
@ -151,6 +153,7 @@ func (this* refreshMeta) doRefresh() {
}
})
if len(nftMetas) >= 200 {
this.internalRefresh(lastContractAddress, nftMetas)
lastContractAddress = ""
nftMetas = []*nftMeta{}
}