sync-time 接口
同步设备系统时间,仅管理员有权限。
为了确保系统时间准确,请在管理员登录后自动同步一次。
请求方式
GET http://ip/mwapi?method=sync-time&date=xxx&time=xxx
参数 | 说明 |
---|---|
method | 方法名称:sync-time |
date | UTC 日期,格式:dd/MM/yyyy。 |
time | UTC 时间,格式:HH:mm:ss。 |
返回数据
{
"status": 0
}
属性 | 说明 |
---|---|
status | 返回状态。0:系统时间同步成功,返回其它值请参考 API 状态码。 |
接口示例
http://192.168.66.1/mwapi?method=sync-time&date=03%2F19%2F2019&time=07:02:26