美文网首页
时区存取

时区存取

作者: Steven_2016 | 来源:发表于2022-08-18 11:08 被阅读0次

保存时区

接口名称:saveDeviceTimeZone
方法 post

body
{
  "sn": "",             //设备sn
  "timeZone": "",  //时区
}

response
{
    "code": 0,
    "msg": "",
    "result": {
        "timeZone": "" //时区
    }
}

获取时区

接口名称: getDeviceTimeZone/{sn}
方法 get


response
{
    "code": 0,
    "msg": "",
    "result": {
        "timeZone": "" //时区
    }
}

相关文章

网友评论

      本文标题:时区存取

      本文链接:https://www.haomeiwen.com/subject/ugxugrtx.html