简要描述:

肌肤测试-查询文章(用于选择攻略)

请求域名:

  • http://xx.com

请求URL:

POST/plugin.skin-check.admin.set.search-article

修改基础设置时传递的参数:

参数名 是否必须 类型 说明
article string 文章id/标题

返回参数data说明:

参数名 类型 说明
id int 文章id
title string 文章标题
desc string 文章描述

返回示例:

正确时返回的数据:)

{
	"result": 1,
	"msg": "ok",
	"data": [
		{
			"id": 5,
			"title": "测试测试测试",
			"desc": "2323232323",
			"liked": null,
			"virtual_at": "1970-01-01"
		}
	]
}
{
	"result": 1,
	"msg": "ok",
	"data": [

	]
}

错误时返回:

备注:

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