Function CheckParamImportFile

  • 批量更新工单-校验导入文件

    Parameters

    • projectId: string
    • fileKey: string

    Returns Promise<{
        code: ReturnCode;
        detail: {
            errorList: string[];
            isSuccess: boolean;
        };
    }>

Generated using TypeDoc