1.文章列表
type:1普通文章2其他公告之類3商家端4特定頁面
~~~[api]
post:https://jingkeyicheng.com/api/article/art_list
page#第幾頁
limit#每頁幾條數據
where#查詢條件,字典形式,例如data:{page:1,limit:6,where:{type:1}}(可選)
<<<
success
<<<
error
~~~
2.文章詳情
~~~[api]
get:https://jingkeyicheng.com/api/article/art_detail
art_id#文章id
<<<
success
<<<
error
~~~
3.分類列表
~~~[api]
get:https://jingkeyicheng.com/api/article/cate_list
page#第幾頁
limit#每頁幾條數據
pid#父級id(可選)
<<<
success
<<<
error
~~~
4.標簽列表
type:1賬號領域2賬號人設3內容形勢
~~~[api]
post:https://jingkeyicheng.com/api/article/tag_list
page#第幾頁
limit#每頁幾條數據
where#查詢條件,字典形式,例如data:{page:1,limit:6,where:{type:1}}(可選)
<<<
success
<<<
error
~~~
5.參考價格列表
查詢條件主要是分類id
~~~[api]
post:https://jingkeyicheng.com/api/article/price_list
page#第幾頁
limit#每頁幾條數據
where#查詢條件,字典形式,例如data:{page:1,limit:6,where:{cate_id:1}}(可選)
<<<
success
<<<
error
~~~