react_hsbc_teller 1.9.9 → 1.9.10
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 +3 -3
package/package.json
CHANGED
|
@@ -352,7 +352,7 @@ class Video extends Component {
|
|
|
352
352
|
saveLog = (val) => {
|
|
353
353
|
axios({
|
|
354
354
|
method: 'get',
|
|
355
|
-
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.
|
|
355
|
+
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.10&logTime=' + Date.now() + '&mtoken=' + encodeURIComponent(this.state.rtoken) + '&roomId=' + encodeURIComponent(this.state.channelId) + '&sessionId=' + encodeURIComponent(this.state.sessionId) + '&appointmentID=' + this.props.businessNumber,
|
|
356
356
|
|
|
357
357
|
}).then(res => {
|
|
358
358
|
|
|
@@ -3871,7 +3871,7 @@ class Video extends Component {
|
|
|
3871
3871
|
}
|
|
3872
3872
|
}
|
|
3873
3873
|
componentWillMount() {
|
|
3874
|
-
console.log('hsbc_teller_sdk', '1.9.
|
|
3874
|
+
console.log('hsbc_teller_sdk', '1.9.10')
|
|
3875
3875
|
if (this.props.sessionId) {
|
|
3876
3876
|
this.getRoomStatus({
|
|
3877
3877
|
sessionId: this.props.sessionId
|
|
@@ -4433,7 +4433,7 @@ class Video extends Component {
|
|
|
4433
4433
|
} else {
|
|
4434
4434
|
this.setState({
|
|
4435
4435
|
loadingFace: false,
|
|
4436
|
-
cardFailReason: '证件截取顺序有误,请返回重拍[41000]',
|
|
4436
|
+
cardFailReason: '证件截取顺序有误,请返回重拍[#-41000#]',
|
|
4437
4437
|
cardResuly: 'fail',
|
|
4438
4438
|
})
|
|
4439
4439
|
}
|