简要描述:

  • 门店pos收银-订单列表

请求域名:

  • http://xx.com

请求URL:

route=plugin.store-pos.frontend.order.orderList

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "成功",
	"data": {
		"current_page": 1,
		"data": [],
		"first_page_url": "https:\/\/dev8.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
		"from": null,
		"last_page": 1,
		"last_page_url": "https:\/\/dev8.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
		"next_page_url": null,
		"path": "https:\/\/dev8.yunzmall.com\/addons\/yun_shop\/api.php",
		"per_page": 15,
		"prev_page_url": null,
		"to": null,
		"total": 0
	}
}

错误时返回:

  {
  }

返回参数说明:

参数名 类型 说明
名称 类型 说明