From 99e537c41edfeb3b26a1912c8a4215e00340383b Mon Sep 17 00:00:00 2001 From: yml2213 Date: Thu, 4 Jun 2026 09:41:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=20admin=20index.ts?= =?UTF-8?q?=20=E5=AF=BC=E5=87=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正函数名: - getAdminInfo → fetchAdminMe - refreshAdminAccessToken → refreshAdminSession 类型错误:108 → 106 --- frontend/src/features/admin/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/features/admin/index.ts b/frontend/src/features/admin/index.ts index e1e6546..e91a82e 100644 --- a/frontend/src/features/admin/index.ts +++ b/frontend/src/features/admin/index.ts @@ -13,8 +13,8 @@ export { fetchAdminCaptcha, loginAdmin, logoutAdmin, - refreshAdminAccessToken, - getAdminInfo, + refreshAdminSession, + fetchAdminMe, type AdminUser, type AdminTokenPair, type AdminLoginData,