# 我的文章列表
GEThttps://demo5.thinkcmf.com/api/portal/articles/my调试
fieldstring过滤字段 [可选]
limitstring限制数量 [可选]
pagestring分页查询 [可选]
orderstring排序 + - :字段[可选]
relationstring关联的内容模型名[可选];如:user
successsuccess 1.0.0以后error
~~~
{
"code": 1,
"msg": "请求成功!",
"data": [
{
"id": 32,
"post_title": "第一个视频"
},
{
"id": 33,
"post_title": "第二个视频"
},
{
"id": 34,
"post_title": "今日头条"
},
{
"id": 36,
"post_title": "炒米粉这么炒好吃?"
},
{
"id": 37,
"post_title": "杭州店铺爆炸"
},
{
"id": 38,
"post_title": "兴趣是第一驱动力"
},
{
"id": 39,
"post_title": "玉林路的尽头等你"
}
]
}
~~~