diff --git a/server/nftserver/api/v1/nft/nftmeta.go b/server/nftserver/api/v1/nft/nftmeta.go index 6a447de1..c5dc5f92 100644 --- a/server/nftserver/api/v1/nft/nftmeta.go +++ b/server/nftserver/api/v1/nft/nftmeta.go @@ -13,7 +13,7 @@ type NftMetaApi struct { func (this *NftMetaApi) Hero(c *gin.Context) { netId := c.Param("netId") tokenId := c.Param("tokenId") - f5.GetHttpCliMgr().SyncSendGoStyleRequest( + f5.GetHttpCliMgr().SendGoStyleRequest( mt.Table.Config.GetGameApiUrl(), map[string]string{ "c": "OutAppNft", @@ -30,7 +30,7 @@ func (this *NftMetaApi) Hero(c *gin.Context) { func (this *NftMetaApi) GoldBullion(c *gin.Context) { netId := c.Param("netId") tokenId := c.Param("tokenId") - f5.GetHttpCliMgr().SyncSendGoStyleRequest( + f5.GetHttpCliMgr().SendGoStyleRequest( mt.Table.Config.GetGameApiUrl(), map[string]string{ "c": "OutAppNft", diff --git a/third_party/f5 b/third_party/f5 index bf1664b4..dcd28f7e 160000 --- a/third_party/f5 +++ b/third_party/f5 @@ -1 +1 @@ -Subproject commit bf1664b48bf2c3a6fb8f477a325515c04f72ccf4 +Subproject commit dcd28f7e4570617967a25072bc398fd5fe6c34a5