1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

添加 assistant 助手;其他调整(大调整)

This commit is contained in:
2022-10-29 00:16:36 +08:00
parent ddde1b28f9
commit ce20720c60
21 changed files with 973 additions and 115 deletions

View File

@@ -45,7 +45,7 @@ async function getRedirectUrl(url) {
reject(err);
}
// console.log(res.headers.location);
resolve(res.headers.location);
resolve(res?.headers?.location);
});
});
}