♻️ refactor api code

This commit is contained in:
felinae98
2022-12-23 21:47:28 +08:00
parent 410cac1af3
commit 0ebbdd2c0d
5 changed files with 189 additions and 193 deletions
+1 -2
View File
@@ -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;
}