瀏覽代碼

版本:3.1.0.1

JeffWang 3 年之前
父節點
當前提交
fea0d85e66
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      FactoryTool_CShare/Business/CommonMethod.cs
  2. 1 1
      FactoryTool_CShare/Properties/AssemblyInfo.cs

+ 2 - 0
FactoryTool_CShare/Business/CommonMethod.cs

@@ -2370,6 +2370,7 @@ end:
 
                         if (bResult)
                         {
+                            Log.WriteInfoLog("GetMIKey Info:" + hResult.StatusDescription + "\r\n" + hResult.Html + "\r\nAddress: " + item.URL + "\r\nPostdata: " + item.Postdata);
                             return true;
                         }
 
@@ -2421,6 +2422,7 @@ end:
 
                         if (bResult)
                         {
+                            Log.WriteInfoLog("ReportMIKey info:" + hResult.StatusDescription + "\r\n" + hResult.Html + "\r\nAddress: " + item.URL + "\r\nPostdata: " + item.Postdata);
                             return true;
                         }
 

+ 1 - 1
FactoryTool_CShare/Properties/AssemblyInfo.cs

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
 //通过使用 "*",如下所示:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.1.0.0")]
+[assembly: AssemblyVersion("3.1.0.1")]
 [assembly: AssemblyFileVersion("1.0.0.1")]