Browse Source

修正:getoffline接口参数问题。

JeffWang 2 năm trước cách đây
mục cha
commit
b07b6b6c62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      FactoryTool_CShare/Business/V2Method.cs

+ 1 - 1
FactoryTool_CShare/Business/V2Method.cs

@@ -725,7 +725,7 @@ namespace MOKA_Factory_Tools
             {
                 Encoding = Encoding.UTF8,
                 Method = "post",
-                Postdata = string.Format("{{\"ordernum\":\"{0}\",\"mac\":\"{1}\"}}", order, HttpUtility.UrlEncode(TestMode.MAC)),
+                Postdata = string.Format("{{\"ordernum\":\"{0}\",\"mac\":\"{1}\"}}", order, TestMode.MAC),
                 KeepAlive = false
             };