From 89efee9a2e20fc04b4537d859917b47cf68a814c Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 26 九月 2025 18:28:40 +0800 Subject: [PATCH] 用户行为分享基础埋点 --- api/userAction.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/api/userAction.js b/api/userAction.js index 6aae2f7..8e1d9d5 100644 --- a/api/userAction.js +++ b/api/userAction.js @@ -30,4 +30,16 @@ data:data }); } - +/** + * 鍒嗕韩鍜岀偣鍑诲垎浜� + * + * @param params + */ + export function share(data) { + return http.request({ + url: "/lmk/action-record/share", + method: Method.POST, + needToken: true, + data:data + }); +} -- Gitblit v1.8.0