获取设备ID 发送获取deviceID请求 /** * 发送获取deviceID请求 */ getDevIDByYD() 获取请求回调 /** * 返回当前设备DeviceId * result: {'devId': xxxx} */ onGetDevId(result){ // }