querySession

@GetMapping(value = ["/sessions/{sessionId}"])
fun querySession(@PathVariable sessionId: String): GameBattleSessionView

查询当前战斗会话。