更新隐私协议文本
This commit is contained in:
@ -680,7 +680,7 @@
|
||||
})
|
||||
}
|
||||
|
||||
if (ble) {
|
||||
if (ble && this.itemInfo.deviceMac) {
|
||||
let f = this.getDevice();
|
||||
if (f) {
|
||||
let json = {
|
||||
@ -738,7 +738,7 @@
|
||||
}
|
||||
|
||||
|
||||
if (ble) {
|
||||
if (ble && this.itemInfo.deviceMac) {
|
||||
let f = this.getDevice();
|
||||
if (f) {
|
||||
let json = {
|
||||
@ -859,7 +859,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
if (ble) {
|
||||
if (ble && this.itemInfo.deviceMac) {
|
||||
let f = this.getDevice();
|
||||
if (f) {
|
||||
let json = {
|
||||
@ -929,7 +929,7 @@
|
||||
})
|
||||
}
|
||||
|
||||
if (ble) {
|
||||
if (ble && this.itemInfo.deviceMac) {
|
||||
let f = this.getDevice();
|
||||
if (f) {
|
||||
let json = {
|
||||
@ -1129,12 +1129,12 @@
|
||||
iconUrl: "/static/images/common/success.png",
|
||||
}, these);
|
||||
|
||||
setTimeout(()=>{
|
||||
setTimeout(() => {
|
||||
ble.sendString(f.deviceId, "transmit complete", f
|
||||
.writeServiceId, f
|
||||
.wirteCharactId);
|
||||
},1000);
|
||||
|
||||
.writeServiceId, f
|
||||
.wirteCharactId);
|
||||
}, 1000);
|
||||
|
||||
these.rgb565Data = null;
|
||||
resolve();
|
||||
return;
|
||||
@ -1253,7 +1253,7 @@
|
||||
});
|
||||
}, 0)
|
||||
}
|
||||
if (ble) {
|
||||
if (ble && this.itemInfo.deviceMac) {
|
||||
let f = this.getDevice();
|
||||
if (f) {
|
||||
bleSend();
|
||||
@ -1499,7 +1499,7 @@
|
||||
}, 0);
|
||||
}
|
||||
|
||||
if (ble) {
|
||||
if (ble && this.itemInfo.deviceMac) {
|
||||
let f = this.getDevice();
|
||||
if (f) {
|
||||
bleSend();
|
||||
@ -1796,8 +1796,7 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
these = this;
|
||||
rec = BleReceive.getBleReceive();
|
||||
ble = BleTool.getBleTool();
|
||||
|
||||
|
||||
const eventChannel = this.getOpenerEventChannel();
|
||||
// 监听 'detailData' 事件,获取传过来的数据
|
||||
@ -1807,6 +1806,8 @@
|
||||
eventChannel.on('detailData', (data) => {
|
||||
console.log(data, 'data');
|
||||
this.itemInfo = data.data;
|
||||
|
||||
|
||||
this.deviceID = data.data.id;
|
||||
this.navTitle = data.data.deviceName;
|
||||
this.apiType = data.apiType
|
||||
@ -1890,22 +1891,31 @@
|
||||
this.fetchSharedDeviceDetail(data.data.id)
|
||||
}
|
||||
|
||||
let f = ble.data.LinkedList.find((v) => {
|
||||
if (v.macAddress == this.itemInfo.deviceMac) {
|
||||
console.log("找到设备了", v);
|
||||
these.formData.deviceId = v.deviceId;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
if (f) {
|
||||
these.formData.bleStatu = 'connecting';
|
||||
ble.LinkBlue(f.deviceId, f.writeServiceId, f.wirteCharactId, f.notifyCharactId).then(res => {
|
||||
these.formData.bleStatu = true;
|
||||
if (this.itemInfo.deviceMac) {
|
||||
rec = BleReceive.getBleReceive();
|
||||
ble = BleTool.getBleTool();
|
||||
|
||||
let f = ble.data.LinkedList.find((v) => {
|
||||
if (v.macAddress == this.itemInfo.deviceMac) {
|
||||
console.log("找到设备了", v);
|
||||
these.formData.deviceId = v.deviceId;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
if (f) {
|
||||
these.formData.bleStatu = 'connecting';
|
||||
ble.LinkBlue(f.deviceId, f.writeServiceId, f.wirteCharactId, f.notifyCharactId).then(
|
||||
res => {
|
||||
these.formData.bleStatu = true;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
eventChannel.emit('ack', {
|
||||
|
||||
|
||||
@ -2,7 +2,10 @@
|
||||
<view class="device-page">
|
||||
<view class="title">星汉物联App联隐私政策</view>
|
||||
<view class="smalltitle">
|
||||
更新日期:2025-09-23
|
||||
编写日期:2025-09-23
|
||||
</view>
|
||||
<view class="smalltitle">
|
||||
更新日期:2026-03-05
|
||||
</view>
|
||||
<view class="smalltitle">
|
||||
生效日期:2025-10-08
|
||||
@ -38,7 +41,7 @@
|
||||
<view class="deviceTitle">(1).账号信息:手机号码、验证码,用于注册、登陆</view>
|
||||
<view class="deviceTitle">(2).蓝牙,用于设备连接后的通信、控制</view>
|
||||
<view class="deviceTitle">(3).相机/相册权限,拍摄的照片或视频用于上传给设备、扫码等</view>
|
||||
<view class="deviceTitle">(4).设备标识信息:IMEI、Android ID、MAC、OAID、软件安装列表,用于日志查询、统计分析、识别您的设备预防恶意程序及反作弊,提高服务安全性</view>
|
||||
<view class="deviceTitle">(4).设备标识信息:BSSID、Wi-Fi SSID、Wi-Fi BSSID、IMEI、Android ID、MAC、OAID、AAID、PushToken、APP ID、应用包名、软件安装列表,用于日志查询、统计分析、识别您的设备预防恶意程序及反作弊,提高服务安全性</view>
|
||||
<view class="deviceTitle">(5).GPS或网络位置,用于基于位置的服务,如地图导航、位置偏移预警</view>
|
||||
<view class="deviceTitle">(6).麦克风,我们的智能设备支持播放语音,需要录音以上传给设备</view>
|
||||
<view class="deviceTitle">(7).根据SDK功能,可能收集设备信息、位置信息等。我们会对合作的第三方SDK进行严格评估,并要求其遵守相关法规。具体清单见下文。</view>
|
||||
@ -51,6 +54,11 @@
|
||||
<view class="deviceTitle">(2).定位SDK(com.amap.api.location),所属公司:北京高德图强科技有限公司,隐私政策链接:https://lbs.amap.com/pages/privacy/</view>
|
||||
<view class="deviceTitle">(3).移动智能终端补充设备标识体系统一调用SDK(com.bun.miitmdid),所属公司:中国信息通信研究院,隐私政策链接:https://www.msa-alliance.cn/col.jsp?id=122</view>
|
||||
<view class="deviceTitle">(4).轻量版地图SDK(com.amap.api.maps.utils),所属公司:北京高德图强科技有限公司,隐私政策链接:https://lbs.amap.com/pages/privacy/</view>
|
||||
|
||||
<view class="deviceTitle">(5).个推消息推送(com.igexin.push),所属公司:浙江每日互动网络科技股份有限公司,隐私政策链接:http://docs.getui.com/download.html</view>
|
||||
<view class="deviceTitle">(6).阿里云快速json(com.alibaba.fastjson),所属公司:杭州阿里巴巴广告有限公司,隐私政策链接:https://github.com/alibaba/fastjson</view>
|
||||
<view class="deviceTitle">(7).vivo PUSH-SDK(com.vivo.push),所属公司:维沃移动通信有限公司,隐私政策链接:https://dev.vivo.com.cn/documentCenter/doc/180</view>
|
||||
<view class="deviceTitle">(8).OPPO PUSH 客户端SDK(com.heytap),所属公司:OPPO广东移动通信有限公司,隐私政策链接:https://open.oppomobile.com/new/introduction?page_name=oppopush</view>
|
||||
</view>
|
||||
<view class="smalltitle">
|
||||
4. 信息的存储与安全
|
||||
|
||||
Reference in New Issue
Block a user