docs: update report tracking contract

This commit is contained in:
malei 2026-08-01 22:29:20 +08:00
parent ec4015aaba
commit 9a12ee07b0

View File

@ -109,7 +109,7 @@ export const postReportHighlightStart = (data) => post('/report/highlight/start'
*/
export const getReportByToken = (token) => get('/report/get', { token })
/** P0报告打开埋点服务端记日志可对接日志平台 */
/** 报告打开埋点(服务端落低敏 BusinessEvent失败不影响公开报告阅读 */
export const postReportOpenTrack = (token, visitType) =>
post('/report/open-track', { token, visitType: visitType || 'unknown' })