LingxinMeng 1 year ago
parent
commit
1b89441497
1 changed files with 1 additions and 1 deletions
  1. 1 1
      amd64/web_server/handler/h_exam.go

+ 1 - 1
amd64/web_server/handler/h_exam.go

@@ -24,7 +24,7 @@ var (
 	cacheMutex             sync.Mutex
 	cacheTeamName          = make(map[string]time.Time)
 	heartBeatTimeThreshold = 5 * time.Second // 心跳时间
-	InitialPositionX       = 456300.00       // todo 需要比赛确认起点
+	InitialPositionX       = 456292.00       // todo 需要比赛确认起点
 	InitialPositionY       = 4397957.00      // todo 需要比赛确认起点
 	// todo 比赛阶段
 	trialBegin = time.Date(2024, time.June, 16, 13, 00, 00, 0, time.Local)