Browse Source

修改腾讯视频点播

weixianghui 5 years ago
parent
commit
9fcb6da35b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/src/qfw/manage/course.go

+ 1 - 1
core/src/qfw/manage/course.go

@@ -552,7 +552,7 @@ func (this *CourseManage) CreateOnLineApi() {
 		}*/
 		if videoUrl != "" {
 			//生成访问地址
-			b, m :=  cutil.SetTxVideoRedis(videoUrl)
+			b, _ :=  cutil.SetTxVideoRedis(videoUrl)
 			if b == false{
 				return &FuncResult{false, errors.New(fmt.Sprintf("%s", "视频地址生成失败")), nil}
 			}