# getDeviceSN

获取设备SN序列号

# 接口调用示例

this.$bridge.getDeviceSN().then(res => {
    console.log(res)
})
1
2
3