根据 token 获取匹配结果

更新时间:2023-06-20 14:54:03下载pdf

本文介绍根据 token 获取匹配结果的 API。

接口描述

根据 token,获取该次智能匹配的匹配结果。

接口地址

GET: /v2.0/infrareds/{infrared_id}/matching-remotes

请求参数

参数名类型参数位置是否必填说明
infrared_idStringuritrue设备 ID。
tokenStringquerytrue学习匹配 token。

返回参数

参数名类型说明
resultMatchedRemotesResultVO返回结果。

result 说明

参数名类型说明
has_nextBoolean是否需要继续轮询结果。
progressString匹配进度。
remote_indexsList匹配的遥控器索引列表。

请求示例

GET: /v2.0/infrareds/vdevo15345926009****/matching-remotes?token=a5z5s6fg6e5d****

返回示例

{
    "result": {
        "remote_indexs": [
            119220006,
            112100030,
            439717174,
            111045001
        ],
        "progress": "100%",
        "has_next": false
    },
    "t": 1631194197369,
    "success": true
}

错误码

参考 错误码