IDP.Product.getProductAsync() 函数
function getProductAsync(productId: string, option?: GetProductDetailOption): Promise<ProductDetail>;
获取商品信息
参数:
productId: stringoption: GetProductDetailOption
返回值: Promise<ProductDetail>
function getProductAsync(productId: string, option?: GetProductDetailOption): Promise<ProductDetail>;
获取商品信息
参数:
productId: stringoption: GetProductDetailOption返回值: Promise<ProductDetail>