URL:https://open.ikuai8.com/apis/action/<open_id>/<dev_id>/4
支持格式:JSON
HTTPS请求方式:POST
请求参数:
{
"limit": "获取条数",
"skip": "跳过条数"
}
返回结果
{
"errno": 0,
"errmsg": "success",
"count": 60,
"data": [{
"ip": "192.168.1.1",
"mac": "54:ea:ac:bc:de:fg",
"type": "0",
"up": 100,
"down": 1000,
"connect": 12,
"total_up": "100MB",
"total_down": "10GB",
"connect_time": "1小时20分钟"
}, {
"ip": "192.168.1.1",
"mac": "54:ea:ac:bc:de:fg",
"type": "1",
"up": 100,
"down": 1000,
"connect": 12,
"total_up": "100MB",
"total_down": "10GB",
"connect_time": "1小时20分钟"
}]
}
结果字段说明:
| errno | 错误号 |
| errmsg | 错误信息 |
| count | 符合结记录总条数 |
| data | 返回的具体数据 |
| ip | IP地址 |
| mac | MAC地址 |
| type |
认证方式
0:未认证
1:用户密码
2:优惠券
3:固定密码
4:手机
5:腾讯QQ
6:微博
7:无密码
8:微信
9:支付宝
10:手机管家
11:免费试用
12:微信连wifi
|
| up | 上行流量 |
| down | 下行流量 |
| connect | 连接数 |
| total_up | 累计上行流量 |
| total_down | 累计下行流量 |
| connect_time | 连接时长 |
| ip | IP地址 |
* 关于错误返回值与错误代码,参见错误代码说明