upload save record wav file

This commit is contained in:
lloydzhou
2024-11-07 11:45:38 +08:00
parent 522627820a
commit db060d732a
3 changed files with 46 additions and 13 deletions

View File

@@ -138,7 +138,7 @@ export function uploadImage(file: Blob): Promise<string> {
})
.then((res) => res.json())
.then((res) => {
console.log("res", res);
// console.log("res", res);
if (res?.code == 0 && res?.data) {
return res?.data;
}