Compare commits

..

No commits in common. "bcb3cfb0a8a4b891b6f4905633f6b274d7673518" and "95f2a94e3101d52a986f41df4e29eec3080dec68" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -77,7 +77,6 @@ export default function Create() {
metadata: {
cb_url: cbUrl,
imageUrls: [image1, image2 || image1],
prompt
},
});
if (checkout && checkout.url) {

View File

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