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 | 178 | String video_type = params.getString("video_type"); |
| 179 | 179 | String state = params.getString("state"); |
| 180 | 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 | 182 | if (video_type.equals("2")) { |
| 183 | 183 | // 点播通知 |
| 184 | 184 | tVideoService.notify(video_uuid); | ... | ... |