简要描述:

  • 查询平台用户

请求域名:

  • http://yunzshop.com

请求URL:

GET/admin/appuser/checkname

参数:

参数名 是否必须 类型 说明
name string 用户名
uniacid int 平台id

返回示例:

正确时返回:

 {
	result: 1,
	msg: "查询成功",
	data: [{
		id: 1,
		name: "adminz",
		status: 0,
		type: 1,
		phone: "13800138000",
		remarks: null,
		application_number: 0,
		effective_time: 0,
		created_at: "1552456579",
		updated_at: "1552456579",
		deleted_at: null
	}, {
		id: 3,
		name: "testa",
		status: 0,
		type: 1,
		phone: "13800138002",
		remarks: null,
		application_number: 0,
		effective_time: 0,
		created_at: "1552464016",
		updated_at: "1552464016",
		deleted_at: null
	}]
}

返回参数说明:

参数名 类型 说明

备注:

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