From b87f40d077669eaceced44aadf7e02117f53671e Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 06 六月 2025 15:25:50 +0800 Subject: [PATCH] 优化我的收藏,活动报名,我的活动页面,活动页面页面,新增加载更多 --- api/userPermissions.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/api/userPermissions.js b/api/userPermissions.js index 513068a..63e3d92 100644 --- a/api/userPermissions.js +++ b/api/userPermissions.js @@ -58,4 +58,12 @@ needToken: true }) +} + +export function restPassword(param){ + return http.request({ + url:'/lmk/lmk-user-permissions/restPassword/'+param, + method: Method.PUT, + needToken: true + }) } \ No newline at end of file -- Gitblit v1.8.0