fix: third api

This commit is contained in:
zzc
2026-01-31 20:59:51 +08:00
parent 3fed213c30
commit a6ee0f8be6
4 changed files with 23 additions and 5 deletions

View File

@@ -596,7 +596,7 @@ const saveAndUse = async () => {
return;
}
const tempPath = saveByCanvas(true);
const tempPath = await saveByCanvas(true);
const id = createAvatarId();
saveRecordRequest(tempPath, id, "avatar_download");
completeCardInfo(id);