mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🏷️ 更正用到的 cookie 类型
This commit is contained in:
18
src/types/UserRequest.d.ts
vendored
18
src/types/UserRequest.d.ts
vendored
@@ -12,14 +12,26 @@ declare namespace BTMuli.User.Base {
|
|||||||
* @description 这边只写了需要的,其他的可以自行添加
|
* @description 这边只写了需要的,其他的可以自行添加
|
||||||
* @interface Cookie
|
* @interface Cookie
|
||||||
* @property {string} login_ticket 登录凭证
|
* @property {string} login_ticket 登录凭证
|
||||||
* @property {string} login_uid 登录 UID
|
* @property {string} login_uid 登录 uid
|
||||||
* @property {string} DEVICEFP 设备指纹
|
* @property {string} account_id 账号 id
|
||||||
|
* @property {string} cookie_token cookie token
|
||||||
|
* @property {string} ltoken lToken
|
||||||
|
* @property {string} ltuid lToken uid
|
||||||
|
* @property {string} mid mid
|
||||||
|
* @property {string} stoken sToken
|
||||||
|
* @property {string} stuid sToken uid
|
||||||
* @returns Cookie
|
* @returns Cookie
|
||||||
*/
|
*/
|
||||||
export interface Cookie {
|
export interface Cookie {
|
||||||
login_ticket: string
|
login_ticket: string
|
||||||
login_uid: string
|
login_uid: string
|
||||||
DEVICEFP: string
|
account_id: string
|
||||||
|
cookie_token: string
|
||||||
|
ltoken: string
|
||||||
|
ltuid: string
|
||||||
|
mid: string
|
||||||
|
stoken: string
|
||||||
|
stuid: string
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user