获取-图片列表
GET
/mp/v1_0/user/images获取-图片列表
请求参数
Query 参数
collect
string
可选
是否为收藏图片: true收藏, false为所有
示例值:
false
page
string
可选
当前页码(默认为1)
示例值:
1
per_page
string
可选
当前页数据条数(默认为20)
示例值:
20
Header 参数
Authorization
string
必需
Bearer token值字符串; 例如: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTA0NTEwOTksInVzZXJfaWQiOjEsInJlZnJlc2giOmZhbHNlLCJ2ZXJpZmllZCI6dHJ1ZX0.-aXDyXCTJDWWybYBC2cGcbCGmymVt5w79h-_UlSX_yI
示例值:
{{HM_ACCESS_TOKEN}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
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
}
]
}
}
最后修改时间: 3 年前