y595705120 %!s(int64=3) %!d(string=hai) anos
pai
achega
b257d98dae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apis/game/qmbz.go

+ 1 - 1
apis/game/qmbz.go

@@ -149,7 +149,7 @@ func GetGate(c *gin.Context) {
 		RealAuth:        2,
 	}
 	if err := json.Unmarshal([]byte(rowServer.Net), &retData.Net); err != nil {
-		logger.Info("parse net", err.Error())
+		logger.Info("parse net", err.Error(), rowServer.Net)
 	}
 	json.Unmarshal([]byte(rowServer.Tpl), &retData.Tpl)
 	json.Unmarshal([]byte(rowServer.Opendns), &retData.Opendns)