简要描述:

  • 检测列表

请求域名:

  • http://xx.com

请求URL:

plugin.health-check.frontend.index.index

参数:

参数名 是否必须 类型 说明
order_sn string 订单号

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "成功",
	"data": {
		"current_page": 1,
		"data": [{
			"id": 1,
			"order_id": 22378,
			"callback_status": 1,
			"code": "7CDFA1C1ED7D",
			"machine_id": "2",
			"created_at": "1970-01-01 08:02:03",
			"store_id": 9,
			"store_name": "橘子店",
			"store_thumb": "http:\/\/shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com\/images\/1\/2019\/09\/lJjMBJjL5j3ej3xELK3Gjlj3eBGMjG.jpg",
			"machine_name": "2号设备",
			"order_sn": "SN2209021002B2DBED"
		}],
		"first_page_url": "http:\/\/zouye.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
		"from": 1,
		"last_page": 1,
		"last_page_url": "http:\/\/zouye.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
		"next_page_url": null,
		"path": "http:\/\/zouye.yunzmall.com\/addons\/yun_shop\/api.php",
		"per_page": 15,
		"prev_page_url": null,
		"to": 1,
		"total": 1
	}
}

错误时返回:

{
	result: 0,
	msg: "错误信息",
	data: {}
}

返回参数说明:

参数名 类型 说明
data.data[id] int 检测ID
data.data[callback_status] int 检测结果 0未出 1已出
data.data[code] string 设备序列号
data.data[created_at] string 时间
data.data[store_id] string 设备序列号
data.data[store_name] string 门店名
data.data[store_id] int 门店ID,为0时为平台订单,不显示
data.data[store_thumb] string 门店图片
data.data[machine_name] string 设备名称
data.data[order_sn] string 订单号

备注:

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