react_hsbc_teller 2.0.64 → 2.0.66

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.64",
3
+ "version": "2.0.66",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -61,7 +61,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
61
61
  import axios from 'axios';
62
62
  import CryptoJS from "crypto-js";
63
63
 
64
- const SDK_VERISON = '2.0.64'
64
+ const SDK_VERISON = '2.0.66'
65
65
  const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
66
66
  const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
67
67
  const { Option } = Select;
@@ -734,7 +734,7 @@ class Video extends Component {
734
734
  recordParam.width = 1280 * SCALE;
735
735
  recordParam.height = 720 * SCALE;
736
736
  recordParam.recordTotalStream = 0;
737
- recordParam.startTimeout = 20;
737
+ recordParam.startTimeout = 10;
738
738
  recordParam.splitType = 0;
739
739
  recordParam.endType = 1;
740
740
  recordParam.crf = 26
@@ -777,7 +777,7 @@ class Video extends Component {
777
777
  recordParam.width = 1280;
778
778
  recordParam.height = 720;
779
779
  recordParam.recordTotalStream = 0;
780
- recordParam.startTimeout = 20;
780
+ recordParam.startTimeout = 10;
781
781
  recordParam.splitType = 0;
782
782
  recordParam.endType = 1;
783
783
  recordParam.crf = 26
@@ -2164,6 +2164,7 @@ class Video extends Component {
2164
2164
  // 获取设备成功
2165
2165
  this.test_controller.OnGetDevicesSuccess = (devicesInfo) => {
2166
2166
  console.log('devicesInfo' + JSON.stringify(devicesInfo));
2167
+ this.saveLog('devicesInfo:' + JSON.stringify(devicesInfo))
2167
2168
  const obj = [
2168
2169
  ];
2169
2170
  const obj1 = [];