- 必须先读
- Ajax编程_V7.6大纲配套
- 数据可视化
- Vue基础
- Vue_大事件
- 黑马头条号
- 极客园_PC
- 极客园(黑马头条)_移动端
- 人资项目
- 小兔鲜电商
- 小程序基础
- 小程序项目
- layui_大事件
- 品优购电商后台
- 其他可用接口
获取-图片列表
GET
/mp/v1_0/user/images
请求参数
Query 参数
collect
string
可选
示例值:
false
page
string
可选
示例值:
1
per_page
string
可选
示例值:
20
Header 参数
Authorization
string
必需
示例值:
{{HM_ACCESS_TOKEN}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api-toutiao-web.itheima.net/mp/v1_0/user/images' \
--header 'Authorization: {{HM_ACCESS_TOKEN}}'
返回响应
🟢200成功
application/json
Body
message
string
响应消息
data
object
响应数据
total_count
integer
图片总数
page
integer
当前页码
per_page
integer
当前页条数
results
array [object {3}]
图片数据数组
示例
{
"message": "OK",
"data": {
"total_count": 103,
"page": 1,
"per_page": 20,
"results": [
{
"id": 30733,
"url": "http://toutiao-img.itheima.net/FlroLEiqEi1nKPzWennulkyx3-th",
"is_collected": true
},
{
"id": 29668,
"url": "http://toutiao-img.itheima.net/Fv9Q-37kEuf8J6TYGQMc9SqeOoBW",
"is_collected": true
},
{
"id": 27693,
"url": "http://toutiao-img.itheima.net/FlrMz4OcfMknfUz-LSFmadM-VPEd",
"is_collected": true
},
{
"id": 30761,
"url": "http://toutiao-img.itheima.net/FvtembY7NJBqk3dJtpKGMSb1twkj",
"is_collected": false
},
{
"id": 30753,
"url": "http://toutiao-img.itheima.net/FpDNGcuQmW7_urqZurQSt-sU-8p6",
"is_collected": false
},
{
"id": 30750,
"url": "http://toutiao-img.itheima.net/Fl4q0wshk-qZRpyck7Ve1Oeo_Qm2",
"is_collected": false
},
{
"id": 30734,
"url": "http://toutiao-img.itheima.net/Fkz-uJi2WsZjAKIKSFR1GVv9hi28",
"is_collected": false
},
{
"id": 30694,
"url": "http://toutiao-img.itheima.net/Fi1Fcq4l4UerTNpdLgHUinXJSIGx",
"is_collected": false
},
{
"id": 30677,
"url": "http://toutiao-img.itheima.net/FtXdqxtM4-4GfDBASIXp-g6NVXwd",
"is_collected": false
},
{
"id": 30668,
"url": "http://toutiao-img.itheima.net/FjFwxHe4bmiHhZi-ZuSGYMTDUTI_",
"is_collected": false
},
{
"id": 30661,
"url": "http://toutiao-img.itheima.net/FpGLxsV51kZe1EKO60CIIKf7ZzRB",
"is_collected": false
},
{
"id": 30652,
"url": "http://toutiao-img.itheima.net/Fg7zgBpcpBpjoUUOKQc4r3XbLdKG",
"is_collected": false
},
{
"id": 30629,
"url": "http://toutiao-img.itheima.net/Fmdn96q39X7H7cvxq7-6XlfaQE2A",
"is_collected": false
},
{
"id": 30615,
"url": "http://toutiao-img.itheima.net/FmoY0jZok0OOwm6iciwkmAyt6OoO",
"is_collected": false
},
{
"id": 30561,
"url": "http://toutiao-img.itheima.net/FkOomNn8ZRIRwIVRSn5QkhaK50x0",
"is_collected": false
},
{
"id": 30559,
"url": "http://toutiao-img.itheima.net/FroQU6iFzJABDUGG4S4jbAsxOjqp",
"is_collected": false
},
{
"id": 30368,
"url": "http://toutiao-img.itheima.net/Fg6PTweZkDY1bu4qR_CP9lQA8eZ5",
"is_collected": false
},
{
"id": 30325,
"url": "http://toutiao-img.itheima.net/FuZmeXfqQHXPbt2swAWpIYFAqIuy",
"is_collected": false
},
{
"id": 30254,
"url": "http://toutiao-img.itheima.net/FmhOgc2l8jdASFLRiMbEixGNcCPP",
"is_collected": false
},
{
"id": 30046,
"url": "http://toutiao-img.itheima.net/FrIKSxY5YWFfkvZF_X7RM4q_lMWi",
"is_collected": false
}
]
}
}
修改于 2022-07-30 08:36:49