# getDeviceSN 获取家电 SN

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

window.bridge.getDeviceSN(res => {
    console.log(res)
}, err => {
    console.log(err)
})

# callback

属性 类型 必要 默认值 说明
data String Y -

# 接口返回示例

{
    "sn": "xxxxxxxx"
}