apifm-webapi 3.49.0 → 3.50.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 +1 -1
package/index.js CHANGED
@@ -275,6 +275,9 @@ module.exports = {
275
275
  email, pwd, code
276
276
  })
277
277
  },
278
+ wxmpAuth: data => {
279
+ return request('/user/wxmp/auth', true, 'post', data)
280
+ },
278
281
  register_complex: (data) => {
279
282
  return request('/user/wxapp/register/complex', true, 'post', data)
280
283
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apifm-webapi",
3
- "version": "3.49.0",
3
+ "version": "3.50.0",
4
4
  "description": "增加SDK方法",
5
5
  "main": "index.js",
6
6
  "scripts": {