1
This commit is contained in:
parent
ba20c141e1
commit
8065b43785
@ -13,7 +13,7 @@ type NftMetaApi struct {
|
|||||||
func (this *NftMetaApi) Hero(c *gin.Context) {
|
func (this *NftMetaApi) Hero(c *gin.Context) {
|
||||||
netId := c.Param("netId")
|
netId := c.Param("netId")
|
||||||
tokenId := c.Param("tokenId")
|
tokenId := c.Param("tokenId")
|
||||||
f5.GetHttpCliMgr().SyncSendGoStyleRequest(
|
f5.GetHttpCliMgr().SendGoStyleRequest(
|
||||||
mt.Table.Config.GetGameApiUrl(),
|
mt.Table.Config.GetGameApiUrl(),
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"c": "OutAppNft",
|
"c": "OutAppNft",
|
||||||
@ -30,7 +30,7 @@ func (this *NftMetaApi) Hero(c *gin.Context) {
|
|||||||
func (this *NftMetaApi) GoldBullion(c *gin.Context) {
|
func (this *NftMetaApi) GoldBullion(c *gin.Context) {
|
||||||
netId := c.Param("netId")
|
netId := c.Param("netId")
|
||||||
tokenId := c.Param("tokenId")
|
tokenId := c.Param("tokenId")
|
||||||
f5.GetHttpCliMgr().SyncSendGoStyleRequest(
|
f5.GetHttpCliMgr().SendGoStyleRequest(
|
||||||
mt.Table.Config.GetGameApiUrl(),
|
mt.Table.Config.GetGameApiUrl(),
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"c": "OutAppNft",
|
"c": "OutAppNft",
|
||||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
|||||||
Subproject commit bf1664b48bf2c3a6fb8f477a325515c04f72ccf4
|
Subproject commit dcd28f7e4570617967a25072bc398fd5fe6c34a5
|
Loading…
x
Reference in New Issue
Block a user