This commit is contained in:
Fu Diwei
2025-04-17 22:08:05 +08:00
parent 55d7a05af8
commit 50b48d956f
9 changed files with 35 additions and 4 deletions

View File

@@ -272,6 +272,7 @@ export type AccessConfigForVolcEngine = {
export type AccessConfigForWangsu = {
accessKeyId: string;
accessKeySecret: string;
apiKey: string;
};
export type AccessConfigForWebhook = {