Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 407 Bytes

api.md

File metadata and controls

23 lines (19 loc) · 407 Bytes

API接口约定

获取设备配置信息

URL:http://120.76.191.203:9091/deviceinfo

返回结果:

{
  "error": 0,
  "reason": "OK",
  "result": {
    "devicename": "0f0843c2059070223b8",
    "deviceid": "0tj3YwVyTIj8AE1Nu",
    "devicesecret": "DxGlEzeo6S1ILqiO",
    "mqtt_domain": "iot-as.aliyuncs.com",
    "mqtt_port": 80,
    "iccid": "13434344",
    "holdid": 1234
  }
}