1
This commit is contained in:
parent
a4367ab4db
commit
49347f8203
@ -249,7 +249,10 @@ func (this *InGameApi) GetCircuitRanking(c *gin.Context) {
|
||||
c.JSON(200, rspObj)
|
||||
return
|
||||
}
|
||||
c.JSON(200, rsp.GetJsonData())
|
||||
data := map[string]interface{}{}
|
||||
f5.GetSysLog().Info(rsp.GetRawData())
|
||||
q5.DecodeJson(rsp.GetRawData(), &data)
|
||||
c.JSON(200, data)
|
||||
})
|
||||
}
|
||||
|
||||
@ -274,6 +277,9 @@ func (this *InGameApi) GetCircuitPhaseRanking(c *gin.Context) {
|
||||
c.JSON(200, rspObj)
|
||||
return
|
||||
}
|
||||
c.JSON(200, rsp.GetJsonData())
|
||||
data := map[string]interface{}{}
|
||||
f5.GetSysLog().Info(rsp.GetRawData())
|
||||
q5.DecodeJson(rsp.GetRawData(), &data)
|
||||
c.JSON(200, data)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user