🐞 fix(37接口): 转发路由bug

This commit is contained in:
luying
2023-05-10 10:58:44 +08:00
parent 5712bd6aaa
commit ced48726a4

View File

@@ -33,7 +33,7 @@ module.exports = () => {
if(url) {
let sid = getServerId(url, ctx);
if(!ctx.app.config.sidToHost.has(sid)) {
await getNewHost(sid);
await getNewHost(ctx);
}
if(!!ctx.app.config.sidToHost.get(sid)) {
options[url] = {