@be-link/ecommerce-product-service-node-sdk 0.1.40 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -137,9 +137,9 @@ export declare namespace ProductExpService {
|
|
|
137
137
|
salesQuantity: number;
|
|
138
138
|
/**
|
|
139
139
|
* 积分商城后台列表项(促销侧 AdminProductItem 全量)
|
|
140
|
-
*
|
|
140
|
+
* 仅返回 POINTS_ONLY 且在积分商城命中的商品,因此该字段恒有值
|
|
141
141
|
*/
|
|
142
|
-
pointsMallProduct: PointsMallServiceTypes.Entity.AdminProductItem
|
|
142
|
+
pointsMallProduct: PointsMallServiceTypes.Entity.AdminProductItem;
|
|
143
143
|
}[];
|
|
144
144
|
}
|
|
145
145
|
interface addSupplier {
|