This commit is contained in:
aozhiwei 2024-06-16 18:38:53 +08:00
parent 7ee0e131a0
commit 17ad4ccfb1

View File

@ -30,6 +30,7 @@ func (this *cacheMgr) GetNfts(nfts []*common.NftDto) {
} }
} }
} }
this.batchGetNfts(missNfts)
} }
for _, val := range nfts { for _, val := range nfts {