IDP.Integration.FOP.getAllPlankDrawingAsync() 函数
function getAllPlankDrawingAsync(orderId: string): Promise<{
url: string;
}>;
查询整个订单的图纸 返回所有板件图纸的zip文件链接
参数:
-
orderId: string订单ID
返回值: Promise<{ url: string; }>
function getAllPlankDrawingAsync(orderId: string): Promise<{
url: string;
}>;
查询整个订单的图纸 返回所有板件图纸的zip文件链接
参数:
orderId: string
订单ID
返回值: Promise<{ url: string; }>