apifm-webapi 3.60.2 → 3.60.3

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
@@ -644,6 +644,9 @@ module.exports = {
644
644
  token
645
645
  })
646
646
  },
647
+ orderStatisticsv2: data => {
648
+ return request('/order/statistics', true, 'get', data);
649
+ },
647
650
  siteStatisticsSaleroom: (data) => {
648
651
  return request('/site/statistics/saleroom', true, 'get', data)
649
652
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "apifm-webapi",
3
- "version": "3.60.2",
4
- "description": "bindWxmpOpenid",
3
+ "version": "3.60.3",
4
+ "description": "orderStatisticsv2",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"