Preparing search index...
The search index is not available
mirai-ts
mirai-ts
Api
Response
Auth
Interface Auth
基础响应格式
interface
Auth
{
code
:
0
|
1
;
msg
:
string
;
session
:
string
;
}
Hierarchy (
view full
)
BaseResponse
Auth
Index
Properties
code
msg
session
Properties
code
code
:
0
|
1
状态码 0: 正常 1: 错误的 MIRAI API HTTP auth key
msg
msg
:
string
session
session
:
string
你的 session key
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
msg
session
mirai-ts
Loading...
基础响应格式