文档
测试

获取店铺绑定的文章

GET
/shop/articles/get

请求参数

参数名
类型
描述
必填
shop_id
integer
店铺id
必填
page
integer
页码
必填
size
integer
一页多少数据
必填

响应参数

参数名
类型
描述
必填
current_page
integer
页码
必填
total_page
integer
一共多少页
必填
total_count
integer
一共多少数据
必填
articles
dict
文章数据
必填