mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
fc1c25f404
commit
7b6579e068
48 changed files with 1155 additions and 777 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { fetchUserAccountResponse } from '@/renderer/api/user'
|
||||
import request from '@/renderer/utils/request'
|
||||
import { FetchUserAccountResponse } from '@/shared/api/User'
|
||||
|
||||
// 手机号登录
|
||||
interface LoginWithPhoneParams {
|
||||
|
|
@ -30,7 +30,7 @@ export interface LoginWithEmailParams {
|
|||
password?: string
|
||||
md5_password?: string
|
||||
}
|
||||
export interface loginWithEmailResponse extends fetchUserAccountResponse {
|
||||
export interface loginWithEmailResponse extends FetchUserAccountResponse {
|
||||
code: number
|
||||
cookie: string
|
||||
loginType: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue