校友圈详情
POST
https://ud.12861.ltd/api.php/campus_circle/info
请求头
参数名
类型
描述
必填
token
string
用户token
必填
请求参数
参数名
类型
描述
必填
campus_circle_id
int
校友圈id
必填
响应参数
参数名
类型
描述
必填
code
int
错误码 1:成功 , 0:失败, 10001:未登录
必填
msg
string
返回信息
必填
total
int
总条数
必填
per_page
int
每页数量
必填
current_page
int
当前页码
必填
last_page
int
最后一页页码
必填
id
int
校友圈id
必填
content
string
校友圈内容
必填
images
array
校友圈图片列表
必填
like_count
int
点赞数量
必填
comment_count
int
评论数量
必填
id
int
评论id
必填
user_id
int
评论者id(与下方user中id相同,可取下方id)
必填
to_user_id
int
被回复评论者id 与下方 to_user对象中id相同(直接回复校友圈的,此项为0,表示不回复任何人,只评论校友圈)
必填
show_time
string
发布距离现在时间
必填
show_time
string
校友圈发布距离现在时间
必填
is_like
object
NULL为未点赞 其他为已点赞
必填