wupengfei
4 天以前 b3fab99c3c6dbf73ee8d70c3469e463ccb1da691
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',