Feat(页面):监听页面打开次数和页面停留时长接口对接

This commit is contained in:
lifizer
2024-06-13 18:09:35 +08:00
parent 51bc828dc9
commit 344e0aa888
8 changed files with 131 additions and 36 deletions
+4
View File
@@ -207,4 +207,8 @@ export function getShareImage() {
export function getXiaoZhi() {
return request.get("/appAdvertising", {}, {login: false})
}
export function pushSystemStatic(data) {
return request.post("/systemStats/push", data, { login: false })
}