From d32cd83674f9b0db0154e6228807e658539f8cd0 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 22 九月 2025 13:10:14 +0800 Subject: [PATCH] fix: bug --- src/services/api/auth.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/services/api/auth.ts b/src/services/api/auth.ts index 1a95129..29e4032 100644 --- a/src/services/api/auth.ts +++ b/src/services/api/auth.ts @@ -132,7 +132,7 @@ body: API.RegisterPersonalUserCommand, options?: API.RequestConfig ) { - return request<boolean>('/api/user/auth/registerPersonalUser', { + return request<API.LoginCommandCallback>('/api/user/auth/registerPersonalUser', { method: 'POST', headers: { 'Content-Type': 'application/json-patch+json', -- Gitblit v1.9.1