mini_program_gizwits_sdk 3.1.19 → 3.1.20

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,11 +34,11 @@ yarn add mini_program_gizwits_sdk
34
34
 
35
35
  ### 蓝牙和 softAp 配网
36
36
 
37
- [点击打开微信开发者工具](https://developers.weixin.qq.com/s/SWjCmLmF72y0)
37
+ [点击打开微信开发者工具](https://developers.weixin.qq.com/s/UQI8fpm87jDI)
38
38
 
39
39
  ### 设备控制
40
40
 
41
- [点击打开微信开发者工具](https://developers.weixin.qq.com/s/Cqu8RMmO7pyO)
41
+ [点击打开微信开发者工具](https://developers.weixin.qq.com/s/NZI5gpmX7qD1)
42
42
 
43
43
  ## 🏍 初始化 Sdk
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mini_program_gizwits_sdk",
3
- "version": "3.1.19",
3
+ "version": "3.1.20",
4
4
  "description": "云端推送解除绑定的时候,移除m2m的订阅",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {