update response

This commit is contained in:
Stephen Zhou
2026-01-14 18:51:15 +08:00
parent 32bc319387
commit 18a6b4ac90

View File

@ -38,7 +38,6 @@ import { del, get, patch, post, put } from './base'
type LoginSuccess = {
result: 'success'
data?: { access_token?: string }
}
type LoginFail = {
result: 'fail'