fastman3-dfyjapp-request 1.1.1 → 1.1.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,3 +62,7 @@
62
62
  ### v 1.1.1 - 2022.06.06
63
63
 
64
64
  1. restful接口支持POST请求
65
+
66
+ ### v 1.1.2 - 2022.06.27
67
+
68
+ 1. restful 接口 token 不需要缓存,解决登录态失效 机构户 登录页面不正常提示问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fastman3-dfyjapp-request",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "a network request for dfyj app",
5
5
  "main": "es/request.js",
6
6
  "scripts": {