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
~~~