This commit is contained in:
2025-11-06 10:14:41 +08:00
parent dfde366b8e
commit 92a7c811ef
10 changed files with 543 additions and 7 deletions

View File

@@ -411,6 +411,7 @@ namespace MyCode.Project.Services.Implementation
trades.AddRange(list1.Data);
requestBizData.PageIndex = pageIndex;
requestBizData.contextId = TotalResults;
pageIndex++;
Thread.Sleep(100);
response = Call(EnumAttribute.GetAttribute(ApiEnum.ERPSTORAGEGOODSDOCOUTV2).Value, "1.0", requestBizData);
@@ -468,9 +469,9 @@ namespace MyCode.Project.Services.Implementation
//}).ToList();
//return reslut;
return trades;
return new List<ErpStorageGoodsDocOutV2ResponseBizData>();
}
#endregion
}