跳到主要内容

IDP.Product.findCustomProductsAsync() 函数

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

查询定制产品包商品

参数:

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