跳到主要内容

IDP.Product.findCustomProductsAsync() 函数

function findCustomProductsAsync(options: IFindCustomProductsOptions): Promise<{
list: Product[];
totalCount: number;
}>;

查询定制产品包商品

参数:

返回值: Promise<{ list: Product[]; totalCount: number; }>