##
~~~[api]
post:http://xygdjd.sp11.cn/api/applyArticle/getArticleInfo
*id=804# 文章類型id
*type=article# 類別,article為文章,notice為公告
<<<
success
{
"status": 1,
"msg": "成功",
"list"{
article_title:文章標題
article_content:文章內容
add_time:時間
}
}
<<<
error
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~