|
@@ -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
|
|
|
});
|