fix: add prompt
This commit is contained in:
parent
3db62f444a
commit
2411635e58
|
|
@ -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; // 其他元数据
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue