Skip to content

上报拨号记录 (dial事件)

仅4G设备需要实现,当设备通过WIFI方式连接或网线连接无需实现,此接口主要用来获取设备的iccid和记录设备的拨号事件,并上报服务端。

{
    "client" : "2017050001",
    "event" : "dial",
    "data": {
        "acType": "reboot",
        "iccid": "xxxxxxxx",
        "sp": 8
    },
    "success": 1,
    "error": "",
    "ts": "1551863638000"
}
  • acType 拨号类型:重启reboot /断网break
  • iccid iccid 网卡的ICCID
  • sp 数字(1~10),表示网络信号强弱
  • ts 拨号开始的硬件时间,而非发时的时间