1
This commit is contained in:
parent
1c089f1375
commit
66cb2f6e63
@ -21,7 +21,7 @@ func (this *GameLog) caCustomReport(c *gin.Context) {
|
|||||||
_net := c.DefaultQuery("_net", "")
|
_net := c.DefaultQuery("_net", "")
|
||||||
gameId := c.DefaultQuery("gameid", "")
|
gameId := c.DefaultQuery("gameid", "")
|
||||||
_serverTime := f5.GetApp().GetRealSeconds()
|
_serverTime := f5.GetApp().GetRealSeconds()
|
||||||
ip := ""
|
ip := c.Request.Header.Get("X-real-ip")
|
||||||
|
|
||||||
data := map[string]interface{}{}
|
data := map[string]interface{}{}
|
||||||
if accountId != "" {
|
if accountId != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user