feat: Delete invalid code

This commit is contained in:
qcq01083097
2026-06-16 16:39:05 +08:00
parent f847476016
commit 682321247b
-9
View File
@@ -103,15 +103,6 @@ export async function callConsoleGateway(
};
if (token) headers.Authorization = `Bearer ${token}`;
console.log({
gatewayBase,
action,
api,
effectiveRegion,
effectiveSite,
effectiveSwitchAgent,
});
const res = await fetch(
`${gatewayBase}/cli/api.json?action=${action}&product=${GATEWAY_PRODUCT}&api=${encodeURIComponent(api)}`,
{