林豪 左 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(),