1
This commit is contained in:
parent
167ab19560
commit
86f87dabda
@ -15,8 +15,13 @@ func (this *NftMetaApi) Hero(c *gin.Context) {
|
|||||||
mt.Table.Config.GetGameApiUrl(),
|
mt.Table.Config.GetGameApiUrl(),
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"c": "OutAppNft",
|
"c": "OutAppNft",
|
||||||
|
"a": "nftMetaView",
|
||||||
|
"nft_type": "hero",
|
||||||
|
"net_id": "",
|
||||||
|
"token_id": "",
|
||||||
},
|
},
|
||||||
func (rsp f5.HttpCliResponse) {
|
func (rsp f5.HttpCliResponse) {
|
||||||
|
c.String(200, rsp.GetRawData())
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -25,7 +30,12 @@ func (this *NftMetaApi) GoldBullion(c *gin.Context) {
|
|||||||
mt.Table.Config.GetGameApiUrl(),
|
mt.Table.Config.GetGameApiUrl(),
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"c": "OutAppNft",
|
"c": "OutAppNft",
|
||||||
|
"a": "nftMetaView",
|
||||||
|
"nft_type": "gold_bullion",
|
||||||
|
"net_id": "",
|
||||||
|
"token_id": "",
|
||||||
},
|
},
|
||||||
func (rsp f5.HttpCliResponse) {
|
func (rsp f5.HttpCliResponse) {
|
||||||
|
c.String(200, rsp.GetRawData())
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user