feature/login-screen #9

Merged
zyb merged 20 commits from feature/login-screen into master 2025-07-11 21:47:59 +08:00
Showing only changes of commit ce5d47ec04 - Show all commits

View File

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