|
@@ -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(),
|