列表
开发中GET
/article/lst/{cid}{
"status":200,
"message":"success",
"data": {
"count":3,
"list": [
{
"article_id":146,
"cid":13,
"title":"89898",
"image_input":"http://mer.crmeb.net/uploads/def/55/56ee86d47e549810edfafc5af1a588.jpg",
"author":"89",
"mer_id":0,
"sort":0,
"status":1,
"is_banner":0,
"is_hot":0,
"synopsis":"89",
"url":"89",
"create_time":"2020-04-28 15:57:00",
"content": {
"article_content_id":146,
"content":"<p>89891</p>"
},
"articleCategory": {
"article_category_id":13,
"title":"文章1"
}
},
{
"article_id":145,
"cid":13,
"title":"56",
"image_input":"http://mer.crmeb.net/uploads/def/55/56ee86d47e549810edfafc5af1a588.jpg",
"author":"7",
"mer_id":0,
"sort":0,
"status":1,
"is_banner":0,
"is_hot":0,
"synopsis":"8",
"url":"9",
"create_time":"2020-04-28 15:41:24",
"content": {
"article_content_id":145,
"content":"<p>9</p>"
},
"articleCategory": {
"article_category_id":13,
"title":"文章1"
}
},
{
"article_id":143,
"cid":13,
"title":"拉拉",
"image_input":"http://mer.crmeb.net/uploads/def/55/56ee86d47e549810edfafc5af1a588.jpg",
"author":"了",
"mer_id":0,
"sort":0,
"status":1,
"is_banner":0,
"is_hot":0,
"synopsis":"2",
"url":"2",
"create_time":"2020-04-28 15:36:22",
"content": {
"article_content_id":143,
"content":"<p>22</p>"
},
"articleCategory": {
"article_category_id":13,
"title":"文章1"
}
}
]
}
}
请求参数
示例代码
返回响应
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"article_id": 0,
"cid": 0,
"title": "string",
"image_input": "string",
"author": "string",
"mer_id": 0,
"sort": 0,
"status": 0,
"is_banner": 0,
"is_hot": 0,
"synopsis": "string",
"url": "string",
"create_time": "string",
"content": {
"article_content_id": 0,
"content": "string"
},
"articleCategory": {
"article_category_id": 0,
"title": "string"
}
}
]
}
}