智链物联V2
  1. [测试模似]设备上报
智链物联V2
  • [开放api]平台下发
    • 启动设备
      POST
    • 主动结算
      POST
    • 远程配置
      POST
    • 启动指定功能
      POST
    • 指定继电器
      POST
  • [测试模似]设备上报
    • 上报配置参数及ICCID
      POST
    • 上报缺水缺液
      POST
    • 上报启动成功
      POST
    • 上报结算信息
      POST
    • 手机号+密码登陆验证
      POST
    • 上报IC卡号验证
      POST
    • 上报车牌识别验证
      POST
    • [http]设备上线通知
      POST
    • [http]设备下线通知
      POST
  1. [测试模似]设备上报

上报启动成功

POST
https://cloud.hbzhilian.com/后台配置的数据回调接口
Last modified:2025-04-24 02:26:34
Maintainer:智链正哥
1.png
2.png

Request

Body Params application/json
object {0}
Example
{
  "data": "CMD:09;NO:0001111110;RESULT:1;",
  "type": 3,
  "cmd": "09",
  "devid": "863569060330321"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cloud.hbzhilian.com/后台配置的数据回调接口' \
--header 'Content-Type: application/json' \
--data-raw '{"data":"CMD:09;NO:0001111110;RESULT:1;","type":3,"cmd":"09","devid":"863569060330321"}'

Responses

🟢200成功
application/json
Body
object {0}
Example
{}
Previous
上报缺水缺液
Next
上报结算信息
Built with