协议调试

This commit is contained in:
chen wei bo
2025-09-09 10:31:00 +08:00
parent 8fbbca0e41
commit 52dfc3cdd3
10 changed files with 28 additions and 72 deletions
+2 -2
View File
@@ -5446,7 +5446,7 @@ static getTypeUrl(typeUrlPrefix?: string): string;
expire?: (number|Long|null);
/** CSLoginRes accId */
accId?: (number|Long|null);
accId?: (string|null);
/** CSLoginRes cdn */
cdn?: (string|null);
@@ -5474,7 +5474,7 @@ refreshToken: string;
expire: (number|Long);
/** CSLoginRes accId. */
accId: (number|Long);
accId: string;
/** CSLoginRes cdn. */
cdn: string;