## 文章列表
~~~[api]
post:http://tszhdt.sp11.cn/api/applyArticle/getArticleList
cat_code= # 文章欄目編碼 新聞資訊:news_message 政務公開:news_government 政策法規:news_regulations,如若要獲取文章,此項必填。
nearby_hospital附近醫院
nearby_shop附近商超
house_keeping家政服務
使用說明
key=# 按照標題搜索值
*page=1# 頁號
*pagesize=10# 行數
*type=article# 類別,article為文章,notice為公告
<<<
success
{
"status": 1,
"msg": "成功",
"list"[
{
article_id:文章id
article_thumb:縮略圖
article_title:文章標題
article_description:文章描述
add_time:時間
}
]
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~