- 登录注册接口
- 发送接收文本接口
- 发送接收图片接口
- 上传图床接口
- 查询用户信息接口
- 修改用户信息接口
- 查看发送总数
- 查询详情接口
- 空投web页面
- 发送图文接口
查看发送总数
已测完
测试环境
测试环境
POST
http://127.0.0.1/request/postlist.php
所有信息
最后修改时间:2022-09-30 05:58:44
责任人:羚羊公子
请求参数
Body 参数multipart/form-data
key
string
必需
示例值:
89B2FAC6C8AB6811586DD5663F87AA51
start
string
必需
示例值:
0
page
string
必需
示例值:
10
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1/request/postlist.php' \
--form 'key="89B2FAC6C8AB6811586DD5663F87AA51"' \
--form 'start="0"' \
--form 'page="10"'
返回响应
🟢200成功
application/json
Body
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
}
修改于 2022-09-30 05:58:44