• 批量更新工单-生成自定义参数导入示例文件

    Parameters

    • projectId: string
    • parameterNames: string[]

    Returns Promise<{
        code: ReturnCode;
        detail?: {
            fileUrl: string;
        };
        msg?: string;
    }>

Generated using TypeDoc