设备基于HTTPS协议接入IoT平台

设备基于HTTPS协议接入IoT平台仅华东2支持
官网文档 https://help.aliyun.com/document_detail/58034.html

1.设备身份认证:通过三元组获取token

HTTPS服务器地址为 https://iot-as-http.cn-shanghai.aliyuncs.com
/>image.png
image.png

认证请求示例:

POST /auth HTTP/1.1Host: iot-as-http.cn-shanghai.aliyuncs.comContent-Type: application/jsonbody: {    "version": "default",    "clientId": "mylight1000002",    "signmethod": "hm
收藏 打印