获取仓库
简要描述:
- --获取仓库
请求URL: https://xx.com:9054/WareBasicInfo/GetDepot http://xx.com:8054/WareBasicInfo/GetDepot
请求方式:
- Get
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
AppToken | 否 | string | 可为空主要用来做验证使用的 |
ShopsID | 是 | string | 门店编码 |
DepotLevel | 是 | string | 0=部门 1=仓库 2=所有 |
返回示例
{
"error": 0,
"Comment":"=1 错误说明"
"Value":
[
{
DepotCode:编号
DepotName:名称
ShortKey:快捷码
DepotLevel: 0=部门,1=仓库
}
]
}
返回参数说明
参数名 | 类型 | 说明 |
---|
说明: error=0 成功 error=1 Comment=错误原因
- 更多返回错误代码请看首页的错误代码描述