IDP.Integration.FOP.getReportFileAsync() 函数
function getReportFileAsync(option: GetOrderReportFileOption | GetMergeTaskReportFileOption): Promise<{
url: string;
}>;
获取报表文件地址,格式:PDF
参数:
返回值: Promise<{ url: string; }>
异常:
Error 报错即表示获取失败