zd-h5-check-json 1.0.1 → 1.0.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/check.js +6 -6
  2. package/package.json +1 -1
package/check.js CHANGED
@@ -17,16 +17,16 @@ const checkJson = {
17
17
  chatUrl: 'https://zdcr-test.esccall.com',
18
18
  h5Geetest: {
19
19
  forgetPw: [
20
- '5be9b119f2152f38d67d84c2bd7b98c1',
21
- '9edfb83302ae5da1097f01a082fc7a9f',
20
+ '0e690ca01901c2741c852ce92df796bb',
21
+ '0e690ca01901c2741c852ce92df796bb',
22
22
  ],
23
23
  regist: [
24
- '5be9b119f2152f38d67d84c2bd7b98c1',
25
- '9edfb83302ae5da1097f01a082fc7a9f',
24
+ '0e690ca01901c2741c852ce92df796bb',
25
+ '0e690ca01901c2741c852ce92df796bb',
26
26
  ],
27
27
  login: [
28
- '5be9b119f2152f38d67d84c2bd7b98c1',
29
- '9edfb83302ae5da1097f01a082fc7a9f',
28
+ '0e690ca01901c2741c852ce92df796bb',
29
+ '0e690ca01901c2741c852ce92df796bb',
30
30
  ],
31
31
  },
32
32
  PCGeetest: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zd-h5-check-json",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "H5 check.json 明文配置(供定時重拉 window.__CHECK_JSON_NPM__ 使用)",
5
5
  "type": "module",
6
6
  "exports": {