跳到主要内容

IDP.Integration.FOP.getAttachmentsAsync() function

查询附件

Signature:

function getAttachmentsAsync(option: GetOrderAttachmentsOption): Promise<GetOrderAttachmentsResult>;

Links: function getAttachmentsAsync(option: GetOrderAttachmentsOption): Promise<GetOrderAttachmentsResult>;

Parameters

Parameter

Type

Description

option

GetOrderAttachmentsOption

Returns:

Promise<GetOrderAttachmentsResult>

Exceptions

Error 报错即表示查询失败

@vm-type AsyncFunctionType