zhengyiming
4 天以前 30e9657374fc4dbe9690895d065efbdc61bb780f
packages/services/apiV2/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',