This commit is contained in:
aozhiwei 2024-06-13 13:40:32 +08:00
parent edb09e4e32
commit 56585dbece

View File

@ -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,