1
This commit is contained in:
parent
97cd8e0bc7
commit
663892a380
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user