React Native SDK
设备管理
解绑

解除绑定

解除绑定

const data = await device.unBind()
if (data.success) {
    
}