获取素材列表
POST
https://api.xiaoe-tech.com/xe.material.list/1.0.0
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.material.list/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"type":1,
"cur_page":1,
"page_size":10
}'
响应示例响应示例
{
"code": 0,
"msg": "成功",
"data": {
"cur_page": 1,
"items": [
{
"app_id": "appxxxx",
"category_id": 7,
"material_id": "1edd48a3-df2f-4791-bb58-be68f5b66bae",
"material_property": null,
"material_size": "126.49",
"refer_count": 1,
"title": "突突突_详情.jpeg",
"type": 1
}
],
"page_size": 10,
"total": 13299
}
}
请求参数
Body 参数application/json