apifm-webapi 3.64.0 → 3.65.0

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1239,6 +1239,9 @@ module.exports = {
1239
1239
  token, goodsId, number, sku
1240
1240
  })
1241
1241
  },
1242
+ shippingCarInfoAddItemV2: data => {
1243
+ return request('/shopping-cart/add', true, 'post', data)
1244
+ },
1242
1245
  shippingCarInfoModifyNumber: (token, key, number) => {
1243
1246
  return request('/shopping-cart/modifyNumber', true, 'post', {
1244
1247
  token, key, number
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "apifm-webapi",
3
- "version": "3.64.0",
4
- "description": "goodsDetailV2",
3
+ "version": "3.65.0",
4
+ "description": "shippingCarInfoAddItemV2",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"