@@@待完善@@@

简要描述:

  • 获取所有文章的概述, 或者获取指定分类的文章概述

请求域名:

  • http://test.yunzshop.com

请求URL:

GET: plugin.article.api.article.get-article-set

参数:

参数名 是否必须 类型 说明
i int 店铺ID

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: {
		enabled: "1",
		message: "",
		thumb: "images/6/2017/02/pz6YURqtIUtF2622Cz62ucYfhcMuYi.jpg",
		show_num: "",
		temp: "0",
		title: "文-章列表标-题",
		center: "会员-中心",
		keyword: "文章-列表进入-关键字"
	}
}

错误时返回:

如果"文章营销"的功能已经被关闭:

{
    "result": 0,
    "msg": "失败!",
    "data": [ ]
}

返回参数说明:

参数名 类型 说明
enabled int 0 关闭 1 开启
center string 会员中心显示的文字

备注: