### **獲取完整API、源碼、技術支持、精選面試題**
> ### **請購買 $ [大前端精選 - 面試題](http://www.hmoore.net/small-four/asdasdasdasd/content/HTML.md)**
### 產品列表
~~~[api]
get:/manage/product/list.do
number:pageNum=1#默認第一頁
number:pageSize=10#每頁默認條數
<<<
success
{
"status": 0,
"data": {
"pageNum": 1,
"pageSize": 10,
"size": 2,
"orderBy": null,
"startRow": 1,
"endRow": 2,
"total": 2,
"pages": 1,
"list": [
{
"id": 1,
"categoryId": 3,
"name": "iphone7",
"subtitle": "雙十一促銷",
"mainImage": "mainimage.jpg",
"status":1,
"price": 7199.22
},
{
"id": 2,
"categoryId": 2,
"name": "oppo R8",
"subtitle": "oppo促銷進行中",
"mainImage": "mainimage.jpg",
"status":1,
"price": 2999.11
}
],
"firstPage": 1,
"prePage": 0,
"nextPage": 0,
"lastPage": 1,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": false,
"hasNextPage": false,
"navigatePages": 8,
"navigatepageNums": [
1
]
}
}
<<<
fail
{
"status": 10,
"msg": "用戶未登錄,請登錄"
}
~~~