调整接口
This commit is contained in:
@@ -119,7 +119,7 @@ namespace WMS.Web.Api.Controllers
|
||||
|
||||
//await _juShuiTanService.GetTest();
|
||||
string codes = "AD";
|
||||
var b = await _erpInventoryService.Get(codes);
|
||||
var b = await _erpInventoryService.GetInventory(codes);
|
||||
|
||||
//LingXingResponse<LingXingStockResponse> r = new LingXingResponse<LingXingStockResponse>();
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"ErpOptions": {
|
||||
"EndpointAddress": "http://erp.orico.com.cn/k3cloud/ERPGW.asmx", //原:119.23.206.129
|
||||
"UserName": "mes", //测试账号密码 mes/A1B2C3Dh/ce20210909/666a6c4a522823 正式账号密码 orico/A123321./Orico
|
||||
"UserName": "mes", //测试账号密码 mes/A1B2C3Dh/ce20210909/666a6c4a522823 正式账号密码 orico/A123321./Orico/663a26829afbdd
|
||||
"Password": "A1B2C3Dh.",
|
||||
"ErpId": "ce20210909",
|
||||
"ZhangTaoId": "666a6c4a522823"
|
||||
|
||||
Reference in New Issue
Block a user