# dedecmsapi **Repository Path**: lizole/dedecmsapi ## Basic Information - **Project Name**: dedecmsapi - **Description**: dede cms api 织梦文章接口 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-08-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dedecmsapi **根据文章ID获取文章** 获取到的文章字段: id,typeid,flag,click,title,url,writer,litpic,pubdate,description,body url: api/index.php?ct=article&ac=getartbyid&id=1 **获取文章列表** - typeid 栏目id,默认所有栏目 - page 第几页,默认为1 - per_page 每页多少条,默认为10 - orderby 排序字段,默认为id - asc 升序降序asc,desc,默认为asc api/index.php?ct=article&ac=getarts api/index.php?ct=article&ac=getarts&typeid=2&per_page=2&page=2&orderby=id&asc=desc