文档
测试

帖子分页列表

GET
https://www.amuping.cn/api/post/list

接口描述

需要登录

请求参数

参数名
类型
描述
必填
cursor
string
游标,帖子id
可选

响应参数

参数名
类型
描述
必填
ret
int
必填
msg
string
必填
data
object
帖子列表对象
必填
postList
array
帖子列表
必填
id
int
帖子id
必填
userId
int
用户id
必填
realName
string
真实姓名
必填
avatar
string
头像
必填
title
string
标题
必填
content
string
内容
必填
imageUrl
string
图片
必填
likeNum
int
点赞数
必填
publishTime
string
发布时间
必填
likeFlag
boolean
是否点赞
必填
claimStatus
boolean
是否认领
必填
hasMore
boolean
是否还有数据
必填
cursor
string
游标,下拉使用
必填