文档
测试

获取个人帖子列表

GET
https://leexan.net.cn/vod/post/getPersonalPost

请求参数

参数名
类型
描述
必填
pageNow
long
当前页
必填
size
long
页面数据数
必填

成功返回

参数名
类型
描述
必填
success
int
1
必填
size
页面数据数
必填
total
总数
必填
pages
页数
必填
posts
list
帖子数组
必填
id
string
id
必填
memberId
string
用户id
必填
title
string
标题
必填
content
string
内容
必填
time
date
时间
必填
amount
int
阅读量
必填
nickName
string
用户名
必填
avatar
string
头像
必填
direction
int
方向
必填
pageNow
当前页
必填

失败返回

参数名
类型
描述
必填
success
int
0
必填
msg
string
错误信息
必填