文档
测试
GET
http://127.0.0.1:8000/api/dynamic/allList?page=1&pageSize=10

请求头

参数名
类型
描述
必填
token
string
示例:93bde3bab4844cecd2f383d56c266db5
必填
applet
int
示例:3
必填
userId
int
示例:7010
必填
cardId
int
示例:1703
必填
companyId
int
示例:1367
必填

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填
pageSize
int
示例:10
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
total
int
示例:65
必填
per_page
int
示例:10
必填
current_page
int
示例:1
必填
last_page
int
示例:7
必填
data
array
数据列表
必填
id
int
示例:45
必填
title
string
示例:标题
必填
thumb
string
示例:链接
必填
fabulous_num
int
示例:点赞数
必填
comment_num
int
示例:留言数
必填
share_num
object
示例:分享数
必填
create_time
string
示例:2022-02-17 15:25:02
必填
name
string
示例:姓名
必填
logo
string
示例:名片logo
必填
position
string
示例:职位名称
必填
follow_id
object
示例:关注;null为未关注。不为空则已关注
必填
company_name
string
示例:机构名称
必填
company_logo
string
示例:公司logo
必填
like_id
object
示例:点赞;null为未点赞,不为空则已点赞
必填
authentication_id
int
示例:是否认证;null为未认证,不为空则已认证
必填
dynamic_type
int
示例:0
必填
card_id
int
示例:2711
必填
company_id
int
示例:1371
必填
type
int
示例:1
必填
applet
int
示例:3
必填