This commit is contained in:
aozhiwei 2024-05-24 08:29:05 +08:00
parent 1c089f1375
commit 66cb2f6e63

View File

@ -21,7 +21,7 @@ func (this *GameLog) caCustomReport(c *gin.Context) {
_net := c.DefaultQuery("_net", "")
gameId := c.DefaultQuery("gameid", "")
_serverTime := f5.GetApp().GetRealSeconds()
ip := ""
ip := c.Request.Header.Get("X-real-ip")
data := map[string]interface{}{}
if accountId != "" {