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",
|
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"c": "OutAppNft",
|
"c": "OutAppNft",
|
||||||
"a": "nftMetaView",
|
"a": "nftDetail",
|
||||||
"nft_type": "hero",
|
"nft_type": "hero",
|
||||||
"net_id": netId,
|
"net_id": netId,
|
||||||
"token_id": tokenId,
|
"token_id": tokenId,
|
||||||
@ -34,7 +34,7 @@ func (this *NftDetailApi) GoldBullion(c *gin.Context) {
|
|||||||
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
|
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"c": "OutAppNft",
|
"c": "OutAppNft",
|
||||||
"a": "nftMetaView",
|
"a": "nftDetail",
|
||||||
"nft_type": "gold_bullion",
|
"nft_type": "gold_bullion",
|
||||||
"net_id": netId,
|
"net_id": netId,
|
||||||
"token_id": tokenId,
|
"token_id": tokenId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user