文档
测试
GET
{{host}}{{admin}}/user?page=1

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer {{admin-token}}
必填

请求参数

参数名
类型
描述
必填
page
int
分页 示例:1
必填
name
string
搜索姓名
必填
phone
string
搜索手机号
必填
card
string
搜索身份证
必填

响应参数

参数名
类型
描述
必填
current_page
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
member_id
int
示例:0
必填
name
string
示例:刘
必填
phone
string
示例:18735958003
必填
card
string
身份证 示例:142
必填
created_at
int
创建时间戳 示例:99999999
必填
updated_at
int
示例:99999999
必填
member
object
示例:null
必填
first_page_url
string
示例:http://houma.shanxi12.com/api/admin/user?page=1
必填
from
int
示例:1
必填
last_page
int
示例:1
必填
last_page_url
string
示例:http://houma.shanxi12.com/api/admin/user?page=1
必填
next_page_url
object
示例:null
必填
path
string
示例:http://houma.shanxi12.com/api/admin/user
必填
per_page
int
示例:15
必填
prev_page_url
object
示例:null
必填
to
int
示例:1
必填
total
int
示例:1
必填