y595705120 3 years ago
parent
commit
b257d98dae
1 changed files with 1 additions and 1 deletions
  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)