跳到主要内容

IDP.Integration.FOP.getAllPlankDrawingAsync() 函数

function getAllPlankDrawingAsync(orderId: string): Promise<{
url: string;
}>;

查询整个订单的图纸 返回所有板件图纸的zip文件链接

参数:

  • orderId: string

    订单ID

返回值: Promise<{ url: string; }>