react_hsbc_teller 1.9.13 → 1.9.14
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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +4 -4
package/package.json
CHANGED
|
@@ -357,7 +357,7 @@ class Video extends Component {
|
|
|
357
357
|
saveLog = (val) => {
|
|
358
358
|
axios({
|
|
359
359
|
method: 'get',
|
|
360
|
-
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.
|
|
360
|
+
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.14&logTime=' + Date.now() + '&mtoken=' + encodeURIComponent(this.state.rtoken) + '&roomId=' + encodeURIComponent(this.state.channelId) + '&sessionId=' + encodeURIComponent(this.state.sessionId) + '&appointmentID=' + this.props.businessNumber,
|
|
361
361
|
|
|
362
362
|
}).then(res => {
|
|
363
363
|
|
|
@@ -3889,7 +3889,7 @@ class Video extends Component {
|
|
|
3889
3889
|
}
|
|
3890
3890
|
}
|
|
3891
3891
|
componentWillMount() {
|
|
3892
|
-
console.log('hsbc_teller_sdk', '1.9.
|
|
3892
|
+
console.log('hsbc_teller_sdk', '1.9.14')
|
|
3893
3893
|
if (this.props.sessionId) {
|
|
3894
3894
|
this.getRoomStatus({
|
|
3895
3895
|
sessionId: this.props.sessionId
|
|
@@ -5710,7 +5710,7 @@ class Video extends Component {
|
|
|
5710
5710
|
'title': '为了有效确认客户身份,请您配合汇丰银行(中国)有限公司(”我行”)进行身份识别和核验。请您阅读以下内容。若您同意,请您之后在摄像头前出示您的身份证件,我行将对您的身份证件拍照并采集证件信息;同时,我行会对您进行脸部拍照,采集您的脸部图像。',
|
|
5711
5711
|
'title_en': 'In order to confirm client’s identify, please cooperate with HSBC (China) Co., Ltd. (“the bank”) for identity verification. Please read the following and provide your authorization to the bank to capture your ID image and information, take picture of your face and retain them for identification and verification purpose.',
|
|
5712
5712
|
'navBarTitle': '客户授权',
|
|
5713
|
-
'navBarTitle_en': '
|
|
5713
|
+
'navBarTitle_en': 'Customer Authorization',
|
|
5714
5714
|
'list': [
|
|
5715
5715
|
{
|
|
5716
5716
|
'id': 1,
|
|
@@ -5742,7 +5742,7 @@ class Video extends Component {
|
|
|
5742
5742
|
'title': '为了有效确认客户身份,请您配合汇丰银行(中国)有限公司(“我行”)进行身份识别。请您阅读以下内容,若您同意,请您之后在摄像头前出示您的身份证件,我行将对您的身份证件拍照并采集证件信息;',
|
|
5743
5743
|
'title_en': 'In order to confirm client’s identify, please cooperate with HSBC (China) Co., Ltd. (“the bank”) for identity verification. Please read the following and provide your authorization to the bank to capture your ID image and information and retain them for identification and verification purpose. ',
|
|
5744
5744
|
'navBarTitle': '客户授权',
|
|
5745
|
-
'navBarTitle_en': '
|
|
5745
|
+
'navBarTitle_en': 'Customer Authorization',
|
|
5746
5746
|
'list': [
|
|
5747
5747
|
{
|
|
5748
5748
|
'id': 1,
|