跳到主要内容

IDP.Custom.InstallCode.getInstallCodeAsync() 函数

function getInstallCodeAsync(option: {
toolType?: EToolType;
timeout?: number;
}): Promise<Record<string, string>>;

生成安装编码

参数:

  • option: { toolType?: EToolType; timeout?: number; }

    @vm-type AsyncFunctionType

返回值: Promise<Record<string, string>>