好友列表
GET
http://192.168.1.201:86/api/user/friends_list?page=1&limit=20&name=%E7%81%B0%E5%A4%AA%E7%8B%BC
请求头
参数名
类型
描述
必填
authori-zation
string
示例:684bd7305754c016d5268175d6912fc3
必填
请求参数
参数名
类型
描述
必填
page
int
示例:1 页码
必填
limit
int
示例:20 条数
必填
name
string
示例:灰太狼 搜索条件
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:数据返回成功
必填
current_page
int
示例:1
必填
first_page_url
string
示例:http://192.168.1.201:86/api/user/friends_list?page=1
必填
from
int
示例:1
必填
last_page
int
示例:1
必填
last_page_url
string
示例:http://192.168.1.201:86/api/user/friends_list?page=1
必填
next_page_url
object
示例:null
必填
path
string
示例:http://192.168.1.201:86/api/user/friends_list
必填
per_page
string
示例:20
必填
prev_page_url
object
示例:null
必填
to
int
示例:1
必填
total
int
示例:1
必填
code
int
示例:200
必填