This commit is contained in:
Kunagisa 2025-07-05 00:40:24 +08:00
parent ebf7a5125b
commit ce5d47ec04

View File

@ -186,6 +186,7 @@ export const resetPassword = async (token, password) => {
* 获取用户临时权限信息
* 路由: /user/temp_privilege
* 方法: GET
*
* 需要登录
* @returns {Promise<Object>} 返回一个包含临时权限信息的Promise对象
*/