获取手机唯一标识
N/A
nativeService.getPhoneInfo()
nativeService.getPhoneInfo().then((e) => { this.deviceId = e.data.deviceId; });
← getAppIsInstalled 是否安装三方APP getSystemTimeFormat 手机的小时制信息 →