获取图库中的图片


获取我的图库的图片列表。

HTTP请求方式

POST

请求地址

https://api.e.360.cn/dianjing/pichouse/getPictureList

Headers 请求参数
字段 类型 必须 描述
Content-Type string yes application/x-www-form-urlencoded
apiKey string yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken string yes 访问token
Body 请求参数
字段 类型 必须 描述
source string no 图片来源类型筛选,目前支持值:pichouse(图库),creative(创意),fengwu(凤舞),openapi
width int no 图片宽度筛选
height int no 图片高度筛选
page int no 返回结果的页码,默认为1;每页固定200条
请求示例
curl -X POST \ 
--header 'apiKey:APIKEY' \ 
--header 'accessToken:ACCESSTOKEN' \ 
--data 'source=&width=200&height=200&page=1' \ 
'https://api.e.360.cn/dianjing/pichouse/getPictureList'
返回结果
{
    "count": 309,
    "pictureList": [
        {
            "picId": "554980",
            "picUrl": "http://p1.qhimg.com/t012663798bf02c729b.jpg",
            "width": "200",
            "height": "200",
            "tags": [
                "dasdasd",
                "新加坡滨海湾花园 成人票预订"
            ],
            "source": "creative",
            "addTime": "2019-02-26 16:04:07",
            "updateTime": "2019-02-27 16:51:51"
        }
    ]
}
返回结果说明
字段 类型 描述
picId string 图片唯一ID
width string 图片宽度
height string 图片高度
tags string 标签的json数组
source string 图片来源类型,目前支持值:pichouse(图库)
addTime string 图片绑定到推广组的时间
updateTime string 图片发生改动的时间

results matching ""

    No results matching ""