Http方法:POST
路由:api/PDA/GetStorageList
创建日期:2015/7/13 说 明:获取仓库数据
请求参数
None.
返回响应信息
创建日期:2015/7/13 说 明:获取仓库数据
Collection of SimpleStorageInfo| 参数名称 | 参数描述 | 类型 | 附加信息 |
|---|---|---|---|
| Storage_Id |
店铺id |
integer |
None |
| StorageName |
店铺名称 |
string |
None |
Response Formats
application/json, text/json
Sample:
[
{
"Storage_Id": 1,
"StorageName": "sample string 2"
},
{
"Storage_Id": 1,
"StorageName": "sample string 2"
},
{
"Storage_Id": 1,
"StorageName": "sample string 2"
}
]