查询默认场景图⽚列表

更新时间:2023-12-07 03:33:52下载pdf

本文介绍查询默认场景图⽚列表的 API。

接口描述

用于查询默认场景图⽚列表。

接口地址

GET: /v1.0/scenes/default-pictures

返回参数

参数名类型说明
resultList返回场景图⽚地址列表

请求示例

GET: /v1.0/scenes/default-pictures

返回示例

{
    "result": [
        "https://images.tuyacn.com/smart/rule/cover/starry.png",
        "https://images.tuyacn.com/smart/rule/cover/sport.png"
    ],
    "t": 1541071460239,
    "success": true
}

错误码

参考 错误码