This commit is contained in:
aozhiwei 2024-07-22 19:31:05 +08:00
parent 97cd8e0bc7
commit 663892a380

View File

@ -3,7 +3,7 @@ package ingame
import ( import (
"q5" "q5"
"f5" "f5"
//"mt" "mt"
"main/common" "main/common"
"main/constant" "main/constant"
. "main/global" . "main/global"
@ -121,7 +121,7 @@ func (this *InGameApi) HeroMint(c *gin.Context) {
}{ }{
} }
f5.GetHttpCliMgr().SendGoStyleRequest( f5.GetHttpCliMgr().SendGoStyleRequest(
"https://game2006api-test.kingsome.cn/webapp/index.php", mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
params, params,
func(rsp f5.HttpCliResponse) { func(rsp f5.HttpCliResponse) {
if rsp.GetErr() != nil { if rsp.GetErr() != nil {
@ -195,7 +195,7 @@ func (this *InGameApi) newHeroMint(c *gin.Context) {
}{ }{
} }
f5.GetHttpCliMgr().SendGoStyleRequest( f5.GetHttpCliMgr().SendGoStyleRequest(
"https://game2006api-test.kingsome.cn/webapp/index.php", mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
params, params,
func(rsp f5.HttpCliResponse) { func(rsp f5.HttpCliResponse) {
if rsp.GetErr() != nil { if rsp.GetErr() != nil {