Compare commits
3 Commits
95f2a94e31
...
bcb3cfb0a8
| Author | SHA1 | Date |
|---|---|---|
|
|
bcb3cfb0a8 | |
|
|
5f8e9dd245 | |
|
|
2411635e58 |
|
|
@ -77,6 +77,7 @@ export default function Create() {
|
|||
metadata: {
|
||||
cb_url: cbUrl,
|
||||
imageUrls: [image1, image2 || image1],
|
||||
prompt
|
||||
},
|
||||
});
|
||||
if (checkout && checkout.url) {
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ export interface CreateCheckoutParams {
|
|||
metadata: {
|
||||
imageUrls: string[]; // 图片URL
|
||||
cb_url: string;
|
||||
prompt?: string;
|
||||
[key: string]: any; // 其他元数据
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue