IDP.Product.findCustomProductsAsync() 函数
function findCustomProductsAsync(options: IFindCustomProductsOptions): Promise<{
list: IProduct[];
totalCount: number;
}>;
查询定制产品包商品
参数:
options: IFindCustomProductsOptions
返回值: Promise<{ list: IProduct[]; totalCount: number; }>