|
@ -35,7 +35,7 @@ namespace BBWY.Client.APIServices |
|
|
|
|
|
|
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
|
return SendRequest<PackTaskResultResponse>(globalContext.QKApiHost, "api/PackTask/SearchNew1PackTaskList", new |
|
|
return SendRequest<PackTaskResultResponse>(globalContext.QKApiHost, "api/PackTask/SearchNewPackTaskList", new |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
SkuId = skuId, |
|
|
SkuId = skuId, |
|
@ -59,7 +59,7 @@ namespace BBWY.Client.APIServices |
|
|
|
|
|
|
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
|
return SendRequest<PackTaskResultResponse>(globalContext.QKApiHost, "api/PackTask/SearchNew1PackTaskList", new |
|
|
return SendRequest<PackTaskResultResponse>(globalContext.QKApiHost, "api/PackTask/SearchNewPackTaskList", new |
|
|
{ |
|
|
{ |
|
|
IsWorry = isWorry, |
|
|
IsWorry = isWorry, |
|
|
DepartmentName = departmentName, |
|
|
DepartmentName = departmentName, |
|
|