Feat(页面):监听页面打开次数和页面停留时长接口对接
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
Reference in New Issue
Block a user