This commit is contained in:
aozhiwei 2024-06-05 17:04:24 +08:00
parent ba20c141e1
commit 8065b43785
2 changed files with 3 additions and 3 deletions

View File

@ -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",

2
third_party/f5 vendored

@ -1 +1 @@
Subproject commit bf1664b48bf2c3a6fb8f477a325515c04f72ccf4
Subproject commit dcd28f7e4570617967a25072bc398fd5fe6c34a5