调整接口
This commit is contained in:
@@ -42,7 +42,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
var iResult = JObject.Parse(response)["LoginResultType"].Value<int>();
|
||||
return iResult == 1 ? true : false;
|
||||
}
|
||||
public async Task<Result<List<ErpInventoryDto>>> Get(string stockCodes)
|
||||
public async Task<Result<List<ErpInventoryDto>>> GetInventory(string stockCodes)
|
||||
{
|
||||
List<ErpInventoryDto> list = new List<ErpInventoryDto>();
|
||||
HttpClientEx httpClient = new HttpClientEx();
|
||||
|
||||
Reference in New Issue
Block a user