You need to enable JavaScript to run this app.
导航
查询基础版屏幕布局详情 DetailDisplayLayoutMini
最近更新时间:2024.05.08 16:08:10首次发布时间:2024.05.08 16:08:10
复制全文
我的收藏
有用
有用
无用
无用

查询指定基础版屏幕布局配置的详细信息。

请求说明

  • 请求方式:GET
  • 请求地址:https://open.volcengineapi.com?Action=DetailDisplayLayoutMini&Version=2023-10-30

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

Query

参数类型是否必选示例值描述
ActionStringDetailDisplayLayoutMini接口名称。当前 API 的名称为 DetailDisplayLayoutMini
VersionString2023-10-30接口版本。当前 API 的版本为 2023-10-30
ProductIdString1591495366954xxxxxx业务 ID,可在「云手机控制台-业务管理-业务详情」中获取。
DisplayLayoutIdStringe02-display屏幕布局 ID。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数类型示例值描述
DisplayLayoutIdStringe02-display屏幕布局 ID。
WidthInteger1920屏幕宽度。
HeightInteger720屏幕高度。
DensityInteger160屏幕像素密度。
FpsInteger60屏幕刷新率。
ExtraStringtest备注信息。
CreateAtLong1693377128屏幕布局创建时间。
IsSystemConfigBooleanfalse是否为系统屏幕布局配置。

请求示例

GET https://open.volcengineapi.com?Action=DetailDisplayLayoutMini&Version=2023-10-30&ProductId=1591495366954xxxxxx&DisplayLayoutId=e02-display
{}

返回示例

{
    "ResponseMetadata": {
        "Action": "DetailDisplayLayoutMini",
        "Region": "cn-north-1",
        "Service": "ACEP",
        "Version": "2023-10-30",
        "RequestId": "20230604110420****100232280022D31"
    },
    "Result": {
        "CreateAt": 1693377128,
        "Density": 160,
        "DisplayLayoutId": "e02-display",
        "Extra": "test",
        "Fps": 60,
        "Height": 720,
        "IsSystemConfig": false,
        "Width": 1920
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。