|
@@ -91,7 +91,7 @@ func Tick(c *gin.Context) {
|
|
} else if util.ContainsKey(cacheTeamName, teamName) { // 进行中
|
|
} else if util.ContainsKey(cacheTeamName, teamName) { // 进行中
|
|
cacheTeamName[teamName] = time.Now()
|
|
cacheTeamName[teamName] = time.Now()
|
|
} else {
|
|
} else {
|
|
- c_log.GlobalLogger.Errorf("接收到心跳信息但考试并未开始 %v", param)
|
|
|
|
|
|
+ c_log.GlobalLogger.Errorf("接收到心跳信息但考试并未开始,队伍名字为 %v,x坐标为 %v,y坐标为 %v ", teamName, positionX, positionY)
|
|
}
|
|
}
|
|
|
|
|
|
c.JSON(http.StatusOK, commonEntity.Response{
|
|
c.JSON(http.StatusOK, commonEntity.Response{
|