crh-jssdk 1.0.19 → 1.0.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.
@@ -136,7 +136,7 @@ exports.default = {
136
136
  }
137
137
  params = {
138
138
  info_type: "wt",
139
- call_type: "callback_after_login",
139
+ call_type: utils_1.ios ? "callback_after_login" : "login",
140
140
  key_type: utils_1.ios ? "bh_zhfx" : "",
141
141
  };
142
142
  console.log("金圆统一获取交易登录Token,参数:", params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crh-jssdk",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "crh-jssdk",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {