获取终端标识
-
请求地址:
GET /custom_ids/{custom_id}
-
接口概述:
查询终端标识信息列表。
-
请求参数:
地址参数
参数名 参数类型 参数说明 必需 备注 custom_id string 终端标识 是 -
请求体:
无
-
请求示例:
GET /bitanswer/api/custom_ids/{custom_id} HTTP/1.1 Host: back-office-api.bitanswer.cn bitkey: ••••••
-
响应示例:
{ "status": 0, "data": { "total": 1, "items": [ { "status": 0, "customId": "custom_name" } ] } }