Skip to content

article (文章模块)

(数据库表 sys_articles)

🍓文章类型

数据字典类型:articletype

JS
dictType: articletype // 文章类型

🍓查询列表

partcontent
url/system/articles
methodGET
JS
// params(请求参数)
{
   pageNum:1, // 页数 
   pageSize:10,// 条数
}
// 返回参数

Released under the MIT License.