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,