From 56585dbeceda7af5658449d69309e5e5a3fb3d7f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 13 Jun 2024 13:40:32 +0800 Subject: [PATCH] 1 --- server/nftserver/api/v1/nft/nftdetail.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/nftserver/api/v1/nft/nftdetail.go b/server/nftserver/api/v1/nft/nftdetail.go index 5050268a..e8b1890e 100644 --- a/server/nftserver/api/v1/nft/nftdetail.go +++ b/server/nftserver/api/v1/nft/nftdetail.go @@ -17,7 +17,7 @@ func (this *NftDetailApi) Hero(c *gin.Context) { mt.Table.Config.GetGameApiUrl() + "/webapp/index.php", map[string]string{ "c": "OutAppNft", - "a": "nftMetaView", + "a": "nftDetail", "nft_type": "hero", "net_id": netId, "token_id": tokenId, @@ -34,7 +34,7 @@ func (this *NftDetailApi) GoldBullion(c *gin.Context) { mt.Table.Config.GetGameApiUrl() + "/webapp/index.php", map[string]string{ "c": "OutAppNft", - "a": "nftMetaView", + "a": "nftDetail", "nft_type": "gold_bullion", "net_id": netId, "token_id": tokenId,