打包用户端和管理后台

This commit is contained in:
Lrd
2026-07-03 14:22:11 +08:00
parent 7e6318742c
commit b5538ee27a
7 changed files with 79 additions and 65 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ export async function createOauthApp(data: {
app_id: string;
secret: string;
open_type: number;
count?: number;
max_count?: number;
auth_url?: string;
company?: string;
}): Promise<any> {