react_hsbc_teller 2.0.48 → 2.0.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -63,7 +63,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
63
63
  import axios from 'axios';
64
64
  import CryptoJS from "crypto-js";
65
65
 
66
- const SDK_VERISON = '2.0.48'
66
+ const SDK_VERISON = '2.0.49'
67
67
  const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
68
68
  const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
69
69
  const { Option } = Select;
@@ -531,6 +531,7 @@ class Video extends Component {
531
531
  console.log(JSON.parse(window.sessionStorage.getItem('sigData')));
532
532
  // eslint-disable-next-line no-undef
533
533
  const config_param = {};
534
+ config_param.autoUploadLog = true;
534
535
  config_param.workspaceId = this.state.workSpaceId;
535
536
  config_param.uid = this.props.tellerAccount;
536
537
  config_param.biz_name = this.state.bizName; // 'demo'