@be-link/ecommerce-trade-service-node-sdk 0.1.116 → 0.1.118

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.
@@ -211,7 +211,7 @@ export declare namespace PosOrderQueryService {
211
211
  /** 商品类别(商品结算分类) */
212
212
  productCate: string;
213
213
  /** 结算分佣比例 */
214
- settlementCommissionRate: number;
214
+ settlementCommissionRate: string;
215
215
  /** 配送方式 */
216
216
  productDispatch: string;
217
217
  /** 取货方式 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.116",
3
+ "version": "0.1.118",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",