Procházet zdrojové kódy

【软件版本】V 3.0.6.4 未发布;
【模块名称】路由跟踪功能
【问题原因】打包添加bat。
【修改描述】
【测试结果】

sat23 před 3 roky
rodič
revize
300c963a17

+ 1 - 1
SCBC Factory Tools/Http/HttpHelper.cs

@@ -128,7 +128,7 @@ namespace SufeiUtil
             {
                 // 停止计时;
                 stopwatch.Stop();               
-                Log.WriteTimesdLog(string.Format("\r\n配置参数时出错 url={0}\r\nPostdata={1}\r\nElapsed={2}ms\r\n", item.URL, item.Postdata, stopwatch.ElapsedMilliseconds.ToString()));
+                Log.WriteTimesdLog(string.Format("\r\n{0} url={1}\r\nPostdata={2}\r\nElapsed={3}ms\r\n", ex.Message, item.URL, item.Postdata, stopwatch.ElapsedMilliseconds.ToString()));
                 stopwatch.Reset();
                 //配置参数时出错
                 return new HttpResult() { Cookie = string.Empty, Header = null, Html = ex.Message, StatusDescription = "配置参数时出错:" + ex.Message };

+ 2 - 0
SCBC Factory Tools/Packagescript/setup without net40.nsi

@@ -73,6 +73,8 @@ Section "MainSection" SEC01
   File "../bin\Release\Devaof.DB.SqlBuilder.dll"
   File "../bin\Release\CSkin.xml"
   File "../bin\Release\CSkin.dll"
+  File "../bin\Release\route-ping.bat"
+  File "../bin\Release\route-tracert.bat"
   ;File "../bin\Release\Config.json"
   SetOutPath "$INSTDIR\x86"
   File "../bin\Release\x86\*.*"