apifm-webapi 1.45.0 → 1.46.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
@@ -343,6 +343,9 @@ module.exports = {
343
343
  token, goodsId
344
344
  })
345
345
  },
346
+ goodsFavCheckV2: data => {
347
+ return request('/shop/goods/fav/check', true, 'get', data)
348
+ },
346
349
  goodsFavDelete: (token, id = '', goodsId = '') => {
347
350
  return request('/shop/goods/fav/delete', true, 'post', {
348
351
  token, id, goodsId
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "apifm-webapi",
3
- "version": "1.45.0",
4
- "description": "增加秒杀占位方法",
3
+ "version": "1.46.0",
4
+ "description": "增加SDK方法",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"