iOS SDK
设备管理
绑定

设备绑定

发起绑定

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