@@ -679,6 +679,12 @@ func (this *MicroRoadshowController) VoiceDeatil() {
return
}
voiceId, _ := this.GetInt("VoiceId")
+ videoId, _ := this.GetInt("VideoId")
+
+ //参数ID做兼容
+ if voiceId == 0 {
+ voiceId = videoId
+ }
if voiceId <= 0 {
br.Msg = "参数错误"