1
This commit is contained in:
parent
97cd8e0bc7
commit
663892a380
@ -3,7 +3,7 @@ package ingame
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
//"mt"
|
||||
"mt"
|
||||
"main/common"
|
||||
"main/constant"
|
||||
. "main/global"
|
||||
@ -121,7 +121,7 @@ func (this *InGameApi) HeroMint(c *gin.Context) {
|
||||
}{
|
||||
}
|
||||
f5.GetHttpCliMgr().SendGoStyleRequest(
|
||||
"https://game2006api-test.kingsome.cn/webapp/index.php",
|
||||
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
|
||||
params,
|
||||
func(rsp f5.HttpCliResponse) {
|
||||
if rsp.GetErr() != nil {
|
||||
@ -195,7 +195,7 @@ func (this *InGameApi) newHeroMint(c *gin.Context) {
|
||||
}{
|
||||
}
|
||||
f5.GetHttpCliMgr().SendGoStyleRequest(
|
||||
"https://game2006api-test.kingsome.cn/webapp/index.php",
|
||||
mt.Table.Config.GetGameApiUrl() + "/webapp/index.php",
|
||||
params,
|
||||
func(rsp f5.HttpCliResponse) {
|
||||
if rsp.GetErr() != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user