更新时间:2022-07-29 GMT+08:00
获取加密数据
订阅获取加密数据。
Topic
$hw/{project_id}/encryptdatas/{encryptdata_name}/properties/{properties_name}/plaintext
参数 |
类型 |
说明 |
---|---|---|
project_id |
String |
项目ID。获取方式请参见获取项目ID。 |
encryptdata_name |
String |
加密数据集名称。 |
properties_name |
String |
加密数据的“键名”。 |
参数说明
参数 |
类型 |
说明 |
---|---|---|
plain_text |
String |
加密数据的明文值。 |
ret_message |
String |
错误信息。 |
示例
当请求正确时,收到消息如下。
{ "ret_code": 200, "plain_text": "xxxxxxxxxxx" }
当请求错误时,收到消息如下。
{ "ret_code": 400, "ret_message": "xxxxxxxxxxx" }
父主题: MQTT Topic