From 9d928b12c49b7b604c0b52ce1d98846813d5b613 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期日, 15 六月 2025 19:30:13 +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