林豪 左 2 年之前
父節點
當前提交
a898329f2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/永冠OPP/WCS.Service/WebApi/WMS/WMS.cs

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

@@ -109,7 +109,7 @@ namespace WCS.Service
         /// <exception cref="Exception"></exception>
         public static I_WCS_GetWareCellResponse GetLocalIn(int wmstaskid, string tunnel, string device, WareCellForkNum ForkNum)
         {
-            var res = APICaller.CallApi<I_WCS_GetWareCellResponse>(Url + "/api/Task/I_WCS_GetWareCell", new I_WCS_GetWareCellRequest
+            var res = APICaller.CallApi2<I_WCS_GetWareCellResponse>(Url + "/api/Task/I_WCS_GetWareCell", new I_WCS_GetWareCellRequest
             {
                 PickUpEquipmentNo = device,
                 TunnelNum = tunnel.Last().ToString(),