获取用户/服务商自己的文章列表
GET
own/articles/get/
请求参数
参数名
类型
描述
必填
page
integer
页码
必填
size
integer
一页多少数据
必填
shop_id
integer
店铺id
必填
响应参数
参数名
类型
描述
必填
current_page
integer
页码
必填
total_page
integer
一共多少页
必填
total_count
integer
一共多少数据
必填
articles
dict
文章数据
必填