From 1b70393b2d1756c183aab58f0aa7ffb0d4292ac0 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 01 八月 2025 14:29:16 +0800 Subject: [PATCH] 添加优惠卷跳转指定页面 --- api/collect.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/api/collect.js b/api/collect.js index 4a12dec..ed4b199 100644 --- a/api/collect.js +++ b/api/collect.js @@ -20,3 +20,16 @@ data: data }); } + +/** + * 鑾峰緱鎴戠殑鏀惰棌鎸変紶鍏ョ被鍨� video锛宎ctivity锛宻tore + * @param {Object} param + */ +export function getMyCollectList(param){ + return http.request({ + url: "/lmk/my-collect/getMyCollectList", + method: Method.GET, + needToken: true, + params: param + }); +} \ No newline at end of file -- Gitblit v1.8.0