Commit 5ff861e08bccaadc7ec2f43dac7526fdf92828c1
1 parent
02f7cda4
添加输出 videouuid
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/mz/live/action/VideoAction.java
| @@ -178,7 +178,7 @@ public class VideoAction { | @@ -178,7 +178,7 @@ public class VideoAction { | ||
| 178 | String video_type = params.getString("video_type"); | 178 | String video_type = params.getString("video_type"); |
| 179 | String state = params.getString("state"); | 179 | String state = params.getString("state"); |
| 180 | String duration = params.getString("duration"); | 180 | String duration = params.getString("duration"); |
| 181 | - xLog("uploadNotify", "duration", duration, video_type, video_type, state); | 181 | + xLog("uploadNotify", "duration", duration, video_uuid, video_type, state); |
| 182 | if (video_type.equals("2")) { | 182 | if (video_type.equals("2")) { |
| 183 | // 点播通知 | 183 | // 点播通知 |
| 184 | tVideoService.notify(video_uuid); | 184 | tVideoService.notify(video_uuid); |