Browse Source

videoToken 视频播放token

dev_trial
wenlele 3 years ago
parent
commit
9ca1d9c6f0
  1. 2
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

2
code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

@ -128,7 +128,7 @@ const VideoPlay = ({ dispatch, actions,
// console.log(yingshiPlayer.current);
if (disappear || duration > 2000) {
setVideoMask(true)
dispatch(openness.getErrorCode({ status: numbers, platform: videoObj.type })).then((res) => {
dispatch(openness.getErrorCode(videoObj.videoToken ? { status: numbers, platform: videoObj.type, token: videoObj.videoToken } : { status: numbers, platform: videoObj.type })).then((res) => {
if (res.payload.data) {
if (res.payload.data.paraphraseCustom) {
setWritten(res.payload.data.paraphraseCustom)

Loading…
Cancel
Save