From 5f7d0b7875b07f0924d5cab8e6163827ad608f62 Mon Sep 17 00:00:00 2001 From: iFish Date: Tue, 9 Sep 2014 18:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E6=95=B0=E6=8D=AE=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web12306/Properties/AssemblyInfo.cs | 2 +- Web12306/TrainSuggestion.cs | 1 - Web12306/Web12306.csproj | 1 + Web12306/js/data.js | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Web12306/Properties/AssemblyInfo.cs b/Web12306/Properties/AssemblyInfo.cs index 3833a19..034ae0e 100644 --- a/Web12306/Properties/AssemblyInfo.cs +++ b/Web12306/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // 你可以指定所有值,也可以让修订版本和内部版本号采用默认值, // 方法是按如下所示使用 "*": -[assembly: AssemblyVersion("1.0.14252.72")] +[assembly: AssemblyVersion("1.0.14252.73")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Web12306/TrainSuggestion.cs b/Web12306/TrainSuggestion.cs index 9f7fd8e..b595e9f 100644 --- a/Web12306/TrainSuggestion.cs +++ b/Web12306/TrainSuggestion.cs @@ -38,7 +38,6 @@ namespace Web12306 var crc = GetTextCrc(data); if (!r.EndsWith(crc + "")) { - context.Response.Write(crc); return; } diff --git a/Web12306/Web12306.csproj b/Web12306/Web12306.csproj index b6f039c..15fc9c0 100644 --- a/Web12306/Web12306.csproj +++ b/Web12306/Web12306.csproj @@ -211,6 +211,7 @@ + diff --git a/Web12306/js/data.js b/Web12306/js/data.js index c8bc087..84741e0 100644 --- a/Web12306/js/data.js +++ b/Web12306/js/data.js @@ -86,7 +86,7 @@ [new Date(2015, 1, 20), new Date(2014, 2, 18)] ]; - exports.startTrainStationSuggestQueryLimit = 2; + exports.startTrainStationSuggestQueryLimit = 1; exports.maxSuggestStationTimeRange = { "": 300, "G": 180,