部分数据逻辑更新

This commit is contained in:
iFish 2014-09-09 18:18:00 +08:00
parent fbbe68c00b
commit 5f7d0b7875
4 changed files with 3 additions and 3 deletions

View File

@ -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")] [assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -38,7 +38,6 @@ namespace Web12306
var crc = GetTextCrc(data); var crc = GetTextCrc(data);
if (!r.EndsWith(crc + "")) if (!r.EndsWith(crc + ""))
{ {
context.Response.Write(crc);
return; return;
} }

View File

@ -211,6 +211,7 @@
<Content Include="js\modules\jquery\jquery.js" /> <Content Include="js\modules\jquery\jquery.js" />
<Content Include="js\modules\seajs\sea.js" /> <Content Include="js\modules\seajs\sea.js" />
<Content Include="js\modules\underscore\underscore.js" /> <Content Include="js\modules\underscore\underscore.js" />
<Content Include="js\ui\extesniondisabled.js" />
<Content Include="js\ui\noextension.js" /> <Content Include="js\ui\noextension.js" />
<Content Include="js\ui\ui-autorefresh.js" /> <Content Include="js\ui\ui-autorefresh.js" />
<Content Include="js\ui\ui-autosubmitform.js" /> <Content Include="js\ui\ui-autosubmitform.js" />

View File

@ -86,7 +86,7 @@
[new Date(2015, 1, 20), new Date(2014, 2, 18)] [new Date(2015, 1, 20), new Date(2014, 2, 18)]
]; ];
exports.startTrainStationSuggestQueryLimit = 2; exports.startTrainStationSuggestQueryLimit = 1;
exports.maxSuggestStationTimeRange = { exports.maxSuggestStationTimeRange = {
"": 300, "": 300,
"G": 180, "G": 180,