#商品列表
* id:商品id
* title:商品名称
* thumb:缩略图
* credit:积分
~~~[api]
post:/shop/getGoodsList
*int:size=10#分页数量
*int:page=1#页码
<<<
success
{
"info": "success",
"status": 1,
"data": {
"data": [
{
"id": 1,
"title": "测试商品",
"thumb": "https:\/\/mz.icewl.com\/static\/upload\/3c349909b25962be\/e71d1e9110cefd71.jpg",
"credit": 100,
"imgs": "https:\/\/mz.icewl.com\/static\/upload\/f5efef5b0995a28f\/6f237c6b553ccf75.jpg|https:\/\/mz.icewl.com\/static\/upload\/5792786a4de35807\/8350815ed4af0d28.jpg",
"content": "<p>test<\/p>\r\n",
"end_time": "2018-08-08 10:53:35",
"status": 1,
"create_at": "2018-08-08 10:54:23",
"is_deleted": 0,
"sort": 0
}
]
}
}
<<<
error
{
"info": "Error",
"status": 0,
}
~~~