fix: add prompt

This commit is contained in:
imeepos 2025-10-04 23:16:03 +08:00
parent 3db62f444a
commit 2411635e58
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ export interface CreateCheckoutParams {
metadata: { metadata: {
imageUrls: string[]; // 图片URL imageUrls: string[]; // 图片URL
cb_url: string; cb_url: string;
prompt?: string;
[key: string]: any; // 其他元数据 [key: string]: any; // 其他元数据
}; };
} }