简要描述:

  • 平台用户列表

请求域名:

  • http://yunzshop.com

请求URL:

/admin/all/list/

参数:

参数名 是否必须 类型 说明
year int 年份
month int 月份

返回示例:

正确时返回:


{
 	result: 1,
	msg: "获取成功",
	data: [
		total: 63,
		per_page: 15,
		last_page: 5,
		prev_page_url: "http://frame.yzshop.com/index.php/admin/all/list?page=2",
		next_page_url: "http://frame.yzshop.com/index.php/admin/all/list?page=4",
		from: 31,
		to: 45,
		data: [
			"http://frame.yzshop.com/static/upload/image/0/2019/03/201903228411eecd7091ea69ba87fe05154ea7e0.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/201903220f2b9090add194800e79441a06526eed.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/201903222f029524b0db9134a5653cc46f568967.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/2019032262a10f6787605ec0f2ff598245d3c520.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/20190322efeccf0ed9af0bed82372f92ad027a98.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/20190322c2e3fe3d3eb1e5ead689b60dceaa32b4.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/201903223882c8a216103664d7e1cbf1c7d97e62.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/20190322d50fb4b4d4892648d1645a16e729c001.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/2019032297bbdde365b8f598052e8260698ce419.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/201903220ba155f34fdb7fe29fb0306b021d93ed.jpeg",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/20190322097cbe21da45c19af4b409f4aff7e66c.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/2019032231bdfadff344e5dc50fedb949d0c4703.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/20190322b45724f00352277737af0c836f085758.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/201903223f7c13b14ffddf09e8f349cdaba5b07e.png",
			"http://frame.yzshop.com/static/upload/image/0/2019/03/20190322040fc4f525bd723c0e76632e1a4c9d5c.jpeg"
		]
	]}
}

### 返回参数说明:

|参数名|类型|说明|
|:-----  |:-----|-----|


### 备注:

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