feat: 添加user/me封装

This commit is contained in:
2025-12-17 15:35:19 +08:00
parent 84a6e0876c
commit f69d79a0ff
4 changed files with 16 additions and 2 deletions

View File

@@ -45,4 +45,5 @@ export async function clientFetch<T = unknown>(
export * as AuthAPI from './endpoints/auth.client'
export * as AuthAPI from './endpoints/auth.client'
export * as UserAPI from './endpoints/user.client'