仓库列表 websocket测试 GET /ware/wareinfo/list 响应参数 参数名 类型 描述 必填 msg string 示例:success 必填 code int 示例:0 必填 page object 数据字典 必填 totalCount int 示例:0 必填 pageSize int 示例:10 必填 totalPage int 示例:0 必填 currPage int 示例:1 必填 list array 数据列表 必填 id int 示例:2 必填 name string 示例:aa 必填 address string 示例:bbb 必填 areacode string 示例:124 必填 请求参数 ```json { page: 1,//当前页码 limit: 10,//每页记录数 sidx: 'id',//排序字段 order: 'asc/desc',//排序方式 key: '华为'//检索关键字 }
```json { page: 1,//当前页码 limit: 10,//每页记录数 sidx: 'id',//排序字段 order: 'asc/desc',//排序方式 key: '华为'//检索关键字 }