Skip to content

Commit 2a1c96f

Browse files
committed
feat: 接口调试中
1 parent 788d3fa commit 2a1c96f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/commands/src/commands/asset-center/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from "bailian-cli-core";
1010
import type { AssetHttpBaseRequest, AssetSyncOssStatus, AssetType } from "./types.ts";
1111

12-
const ASSET_SERVICE = "bailianAsset";
12+
const ASSET_SERVICE = "dashscopeModel";
1313
const ASSET_BASE = "/zelda/api/v1/bailian/asset";
1414
export const MAX_ASSET_BATCH_SIZE = 100;
1515

packages/commands/src/commands/auth/login-console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CONSOLE_LOGIN_TIMEOUT_MS = 15 * 60 * 1000;
2525
const MAX_AUTH_CALLBACK_BODY = 65536;
2626

2727
const CONSOLE_ORIGINS: Record<string, string> = {
28-
domestic: "https://bailian.console.aliyun.com",
28+
domestic: "https://pre-bailian.console.aliyun.com",
2929
international: "https://modelstudio.console.alibabacloud.com",
3030
};
3131

packages/core/src/console/gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface ConsoleGatewayInfo {
1313

1414
const REGION_GATEWAYS: Record<string, Record<ConsoleSite, ConsoleGatewayInfo>> = {
1515
"cn-beijing": {
16-
domestic: { csGateway: "bailian-cs.console.aliyun.com", action: "BroadScopeAspnGateway" },
16+
domestic: { csGateway: "pre-bailian-cs.console.aliyun.com", action: "BroadScopeAspnGateway" },
1717
international: {
1818
csGateway: "bailian-cs.console.alibabacloud.com",
1919
action: "BroadScopeAspnGateway",

0 commit comments

Comments
 (0)