查看发送总数
已测完测试环境
POST
http://127.0.0.1/request/postlist.php最后修改时间: 2 年前
责任人:
请求参数
Body 参数multipart/form-data
key
string
必需
示例值:
89B2FAC6C8AB6811586DD5663F87AA51
start
string
必需
示例值:
0
page
string
必需
示例值:
10
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
start
string
必需
posts
array [object {6}]
必需
postid
string
必需
type
string
必需
content
string
必需
time
string
必需
look
string
必需
user
object
必需
page
string
必需
count
integer
必需
示例
{
"start": "1664039422668",
"posts": [
{
"postid": "221731",
"type": "pic",
"content": "",
"time": "2022-09-25 01:27",
"look": "1",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "104360",
"type": "pic",
"content": "",
"time": "2022-09-25 01:25",
"look": "1",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "968671",
"type": "pic",
"content": "",
"time": "2022-09-25 01:23",
"look": "1",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "102883",
"type": "pic",
"content": "",
"time": "2022-09-25 01:23",
"look": "1",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "967808",
"type": "pic",
"content": "",
"time": "2022-09-25 01:21",
"look": "1",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "524035",
"type": "pic",
"content": "",
"time": "2022-09-25 01:17",
"look": "1",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "720864",
"type": "text",
"content": "123123121311231",
"time": "2022-09-25 01:11",
"look": "0",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
},
{
"postid": "507954",
"type": "text",
"content": "123123121311231",
"time": "2022-09-25 01:10",
"look": "3",
"user": {
"userid": "6766353",
"username": "无风",
"avatar": "https://profile.csdnimg.cn/5/3/9/3_weixin_42201180"
}
}
],
"page": "10",
"count": 8
}
最后修改时间: 2 年前