diff --git a/docs/api/other/report.md b/docs/api/other/report.md index bcd2451a1cce6d591306052984d016ba263e9fe1..3f75f407057b1733f9ddd02edae314f03aa7404a 100644 --- a/docs/api/other/report.md +++ b/docs/api/other/report.md @@ -100,8 +100,8 @@ uni.report('search',{ 除了官方的uni统计,如果开发者还需要调用小程序平台的自定义统计,给小程序的后台上报数据,那么需使用条件编译,在各端调用此自己的API。 #### 微信小程序平台: -- 数据上报:[wx.reportMonitor](https://developers.weixin.qq.com/miniprogram/dev/api/open-api/report/wx.reportMonitor.html) -- 数据分析:[wx.reportAnalytics](https://developers.weixin.qq.com/miniprogram/dev/api/open-api/data-analysis/wx.reportAnalytics.html) +- 数据上报:[wx.reportMonitor](https://developers.weixin.qq.com/minigame/dev/api/data-analysis/wx.reportMonitor.html) +- 数据分析:[wx.reportAnalytics](https://developers.weixin.qq.com/miniprogram/dev/api/data-analysis/wx.reportAnalytics.html) #### 支付宝小程序平台: - 自定义分析数据的上报接口:[my.reportAnalytics](https://docs.alipay.com/mini/api/report) @@ -110,7 +110,7 @@ uni.report('search',{ - 数据分析:[swan.reportAnalytics](https://smartprogram.baidu.com/docs/develop/api/data/#swan-reportAnalytics/) #### 字节跳动小程序平台: -- [reportAnalytics](https://developer.toutiao.com/dev/cn/mini-app/develop/open-capacity/data-analysis/reportanalytics) +- [reportAnalytics](https://developer.open-douyin.com/docs/resource/zh-CN/mini-game/develop/open-capacity/data-analysis/tt-report-analytics/) #### QQ小程序平台: - 数据上报:[qq.reportMonitor](https://q.qq.com/wiki/develop/miniprogram/API/open_port/port_dataup.html) diff --git a/docs/api/system/info.md b/docs/api/system/info.md index 405ab5fe5e9a92a7ba4180b2960987096dec01aa..1dd3ba6850f9130cd7c1fca44f0234f74c3ca673 100644 --- a/docs/api/system/info.md +++ b/docs/api/system/info.md @@ -249,7 +249,7 @@ uni-app 3.5.1+ 版本规范了 deviceModel 返回值,例如之前返回 `iPhon - [微信小程序](https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getSystemInfoAsync.html) - [支付宝小程序](https://opendocs.alipay.com/mini/api/system-info) - [百度小程序](https://smartprogram.baidu.com/docs/develop/api/device_sys/swan-getSystemInfoSync/) -- [字节小程序](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/api/device/system-information/tt-get-system-info-sync/) +- [字节小程序](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/device/system-information/tt-get-system-info-sync/) - [飞书小程序](https://open.feishu.cn/document/uYjL24iN/uQjNx4CN2EjL0YTM) - [QQ小程序](https://q.qq.com/wiki/develop/game/API/basic/system.html#qq-getsysteminfo) - [快手小程序](https://mp.kuaishou.com/docs/develop/api-next/basic/system/ks.getSystemInfoSync.html#systeminfo)