通过奇门接口拉取仓库效期数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
barcode | String | 可选 | 23343 | 条码 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
list | ExpirationDTO [] | 明细 | |
|
|||
isNextPage | Boolean | false | 是否有下一页 |
success | String | true | 是否成功 |
errorCode | String | QUERY_ERROR | 错误码 |
errorMsg | String | 查询失败 | 错误信息 |
{"itemId":"23343"}
{ "list":[ { "batchNo":"3434", "productNo":"3434", "produceDate":"2020-09-01", "expirationDate":"2020-09-21", "storeCode":"store_123", "storeName":"广交仓", "inventoryType":1, "quantity":11 } ], "isNextPage":false, "success":"true", "errorCode":"QUERY_ERROR", "errorMsg":"查询失败" }
{"success":"false","errorCode":"sign-check-failure","errorMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|