From a8047eaada6413adf607c77f221da09644c8156d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 22 Jun 2024 16:14:39 +0800 Subject: [PATCH] 1 --- server/nftserver/api/v1/nft/nftdetail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/nftserver/api/v1/nft/nftdetail.go b/server/nftserver/api/v1/nft/nftdetail.go index 35a7b077..c1631371 100644 --- a/server/nftserver/api/v1/nft/nftdetail.go +++ b/server/nftserver/api/v1/nft/nftdetail.go @@ -37,7 +37,7 @@ func (this *NftDetailApi) Hero(c *gin.Context) { func (this *NftDetailApi) GoldBullion(c *gin.Context) { netId := q5.ToInt32(c.Param("netId")) tokenId := c.Param("tokenId") - contractMeta := mt.Table.Contract.GetByNetIdName(netId, constant.CONTRACT_NAME_CFHero) + contractMeta := mt.Table.Contract.GetByNetIdName(netId, constant.CONTRACT_NAME_GoldBrick) contractAddress := "" if contractMeta != nil { contractAddress = contractMeta.GetAddress()