1
This commit is contained in:
parent
edb09e4e32
commit
56585dbece
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user