Merge branch 'vite' of https://gitea.bowongai.com/bowong/bw-mini-app into vite
This commit is contained in:
commit
143e3756b9
|
|
@ -78,7 +78,7 @@ export default function Create() {
|
|||
metadata: {
|
||||
cb_url: cbUrl,
|
||||
imageUrls: [image1, image2 || image1],
|
||||
prompt: prompt,
|
||||
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