React Native SDK
设备管理
绑定

设备绑定

发起绑定

const data = await device.bind("alias", "remark")
if (data.success) {
    
}