mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 22:16:53 +08:00
♻️ refactor api code
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export interface TokenResp {
|
||||
status: number;
|
||||
token: string;
|
||||
type: string;
|
||||
id: number;
|
||||
@@ -44,7 +43,7 @@ export interface SubscribeResp {
|
||||
}
|
||||
|
||||
export interface StatusResp {
|
||||
status: number;
|
||||
ok: boolean;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user