入庫單列表
~~~[api]
post:http://mlyz.data.cuci.cc/index.php/api/vone/numberapi/numberlist
*string:sessionid#登錄時的sessionid
page#跳轉的頁數,默認為1
offset#每頁多少條數據,默認為10
<<<
success
{
"code": "SUCCESS",
"msg": "查詢成功!",
"data": {
"total": 2,
"page": "1",
"offset": 10,
"list": [
{
"id": "1",
"number": "4233166030608",
"sn_num": "0",
"max_num": "0",
"code_num": "4",
"create_at": "2017-07-19 18:35:52"
},
{
"id": "2",
"number": "2351704230532",
"sn_num": "0",
"max_num": "0",
"code_num": "4",
"create_at": "2017-07-19 18:38:24"
},
]
}
}
<<<
error
{
"code": "ERROR",
"msg": "沒有更多數據了",
"data": []
}
<<<
error
{
"code": "ERROR",
"msg": "沒有入庫單號信息!",
"data": []
}
~~~