IDP.Integration.FOP.getAllPlankDrawingAsync() function
查询整个订单的图纸 返回所有板件图纸的zip文件链接
Signature:
function getAllPlankDrawingAsync(orderId: string): Promise<{
url: string;
}>;
Links: function getAllPlankDrawingAsync(orderId: string): Promise<{ url: string; }>;
Parameters
Parameter | Type | Description |
---|---|---|
orderId | string | 订单ID |
Returns:
Promise<{ url: string; }>