Compare commits
No commits in common. "bcb3cfb0a8a4b891b6f4905633f6b274d7673518" and "95f2a94e3101d52a986f41df4e29eec3080dec68" have entirely different histories.
bcb3cfb0a8
...
95f2a94e31
|
|
@ -77,7 +77,6 @@ export default function Create() {
|
||||||
metadata: {
|
metadata: {
|
||||||
cb_url: cbUrl,
|
cb_url: cbUrl,
|
||||||
imageUrls: [image1, image2 || image1],
|
imageUrls: [image1, image2 || image1],
|
||||||
prompt
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (checkout && checkout.url) {
|
if (checkout && checkout.url) {
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,6 @@ 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; // 其他元数据
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue