Commit acebec5c7a07fa7be7429ddb524db3497951933f

Authored by 宋亚南
1 parent 15f78cfa

update

src/main/java/com/cnlive/shenhe/api/AvsampleCallBackControllerApi.java
@@ -42,7 +42,7 @@ public class AvsampleCallBackControllerApi { @@ -42,7 +42,7 @@ public class AvsampleCallBackControllerApi {
42 JSONObject result = new JSONObject(); 42 JSONObject result = new JSONObject();
43 result.put("code", 1); 43 result.put("code", 1);
44 try { 44 try {
45 - logger.info("抽帧回调请求。。。。json=={}", json.toJSONString()); 45 + logger.info("抽帧回调请求开始。。。。json=={}", json.toJSONString());
46 String taskId = json.getString("taskId"); 46 String taskId = json.getString("taskId");
47 if (CommonUtils.isNotEmpty(taskId)) { 47 if (CommonUtils.isNotEmpty(taskId)) {
48 ShyVideos shyVideo = new ShyVideos(); 48 ShyVideos shyVideo = new ShyVideos();
@@ -68,6 +68,7 @@ public class AvsampleCallBackControllerApi { @@ -68,6 +68,7 @@ public class AvsampleCallBackControllerApi {
68 } 68 }
69 } 69 }
70 } 70 }
  71 + logger.info("抽帧回调请求处理完毕 taskId:{}", taskId);
71 return result; 72 return result;
72 } catch (Exception e) { 73 } catch (Exception e) {
73 e.printStackTrace(); 74 e.printStackTrace();