简要描述:

  • 装修页面文章

请求域名:

  • http://xx.com

请求URL:

GET:plugin.article.api.article-page.page

参数:

参数名 是否必须 类型 说明
pageSize string 文章数量,通过后台设置自动获取设置的数量

返回示例:

正确时返回:

  {
	"result": 1,
	"msg": "ok",
	"data": {
		"data": [
			{
				"title": "测试",
				"thumb": "",
				"articleid": 15
			}
		]
	}
}

错误时返回:

  {
    "result": 0,
    "msg": "获取失败"
  }

返回参数说明:

参数名 类型 说明
title str 文章标题
thumb str 文章图片
articleid str 文章ID

备注:

  • 更多返回错误代码请看首页的错误代码描述