# getApplianceSubtype 获取家电子类型

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

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

# callback

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

# 接口返回示例

{
    "subtype": "xxx"
}