crh-jssdk 1.0.40 → 1.0.42

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.
@@ -97,7 +97,7 @@ exports.default = {
97
97
  };
98
98
  params = {
99
99
  info_type: "wt",
100
- call_type: "login",
100
+ call_type: "callback_after_login",
101
101
  key_type: "crh_mall",
102
102
  };
103
103
  console.log("getUser:", params);
@@ -155,7 +155,7 @@ exports.default = {
155
155
  }
156
156
  params = {
157
157
  info_type: "wt",
158
- call_type: "login",
158
+ call_type: "callback_after_login",
159
159
  key_type: "crh_mall",
160
160
  };
161
161
  console.log("东亚前海获取交易登录Token,参数:", params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crh-jssdk",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "crh-jssdk",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {