🐛 fix(api): Subscribe token

This commit is contained in:
web@ppanel
2024-12-14 00:33:04 +07:00
parent 19837a1032
commit 1932ba766c
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -888,7 +888,7 @@ declare namespace API {
traffic: number;
download: number;
upload: number;
mark: string;
token: string;
status: number;
created_at: number;
updated_at: number;
+1 -1
View File
@@ -445,7 +445,7 @@ declare namespace API {
traffic: number;
download: number;
upload: number;
mark: string;
token: string;
status: number;
created_at: number;
updated_at: number;