Commit e494ebb0 authored by 宋新宇's avatar 宋新宇

dyvideo加日志

parent 485a6ec8
......@@ -325,12 +325,12 @@ public class DyVideoUniversalProcess extends UniversalProcess {
result = HttpUtil.post(url, jsonBody);
resultCode = (Integer) JSON.parseObject(result).get("code");
if (resultCode == 0) {
DYVIDEO_SYS_LOG.info("dyvideo upload user success,result={},videoUpload={}",JSONObject.toJSONString(result),JSONObject.toJSONString(videoUpload));
DYVIDEO_SYS_LOG.info("dyvideo upload ads success,result={},videoUpload={}",JSONObject.toJSONString(result),JSONObject.toJSONString(videoUpload));
} else {
DYVIDEO_ERROR_LOG.error("dyvideo upload user fail,result={},videoUpload={}",JSONObject.toJSONString(result),JSONObject.toJSONString(videoUpload));
DYVIDEO_ERROR_LOG.error("dyvideo upload ads fail,result={},videoUpload={}",JSONObject.toJSONString(result),JSONObject.toJSONString(videoUpload));
}
} catch (Throwable e) {
DYVIDEO_ERROR_LOG.error("dyvideo upload user error,videoUpload={}",JSONObject.toJSONString(videoUpload),e);
DYVIDEO_ERROR_LOG.error("dyvideo upload ads error,videoUpload={}",JSONObject.toJSONString(videoUpload),e);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment