林豪 左 2 éve
szülő
commit
fbf80cdf97
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Projects/永冠OPP/WCS.Service/WebApi/WMS/WMS.cs

+ 1 - 1
Projects/永冠OPP/WCS.Service/WebApi/WMS/WMS.cs

@@ -228,7 +228,7 @@ namespace WCS.Service
         /// <exception cref="Exception"></exception>
         public static I_WCS_GetTunnelListResponse GetTunnelList(List<string> WMSTaskId, string dev)
         {
-            var res = APICaller.CallApi<I_WCS_GetTunnelListResponse>(Url + "/api/Task/I_WCS_GetTunnelList", new I_WCS_GetTunnelListRequest
+            var res = APICaller.CallApi2<I_WCS_GetTunnelListResponse>(Url + "/api/Task/I_WCS_GetTunnelList", new I_WCS_GetTunnelListRequest
             {
                 WMSTaskNum = WMSTaskId
             });