docs: update report tracking contract
This commit is contained in:
parent
ec4015aaba
commit
9a12ee07b0
@ -109,7 +109,7 @@ export const postReportHighlightStart = (data) => post('/report/highlight/start'
|
|||||||
*/
|
*/
|
||||||
export const getReportByToken = (token) => get('/report/get', { token })
|
export const getReportByToken = (token) => get('/report/get', { token })
|
||||||
|
|
||||||
/** P0:报告打开埋点(服务端记日志,可对接日志平台) */
|
/** 报告打开埋点(服务端落低敏 BusinessEvent;失败不影响公开报告阅读) */
|
||||||
export const postReportOpenTrack = (token, visitType) =>
|
export const postReportOpenTrack = (token, visitType) =>
|
||||||
post('/report/open-track', { token, visitType: visitType || 'unknown' })
|
post('/report/open-track', { token, visitType: visitType || 'unknown' })
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user