文档
测试

入库列表

POST
{{url}}/home/itemsIntList

请求参数

参数名
类型
描述
必填
openid
必填
page
1 分页页码
必填
type_id
如果传此值,则接口返回排第一,索引为0
可选

说明 / 示例

{ "code": 200, "msg": "成功", "dataList": { "current_page": 1, "data": [ { "id": 1, 列表id "type_id": 2, 分类id "type_name": "其它物品", 分类 "items_name": "疫苗", 名称 "inventory": 1, 库存 "overdue_day": 119, 过期日 "alarm_day": -1, 警报日 "color": "red" 颜色 red:红色;black黑色 }, { "id": 2, "type_id": 2, 分类id "type_name": "试剂", "items_name": "试剂A", "inventory": 0, "overdue_day": "", "alarm_day": "", "color": "black" } ], "first_page_url": "http://www.maque.com/home/itemsIntList?page=1", "from": 1, "last_page": 1, "last_page_url": "http://www.maque.com/home/itemsIntList?page=1", "next_page_url": null, "path": "http://www.maque.com/home/itemsIntList", "per_page": 25, "prev_page_url": null, "to": 2, "total": 2 } }