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

dyvideo加日志

parent 83243add
...@@ -371,7 +371,7 @@ public class DyVideoUniversalProcess extends UniversalProcess { ...@@ -371,7 +371,7 @@ public class DyVideoUniversalProcess extends UniversalProcess {
} }
DYVIDEO_SYS_LOG.info("DyvideoBehaviorFlow.douyin code succ,userId={},result={}",userId,JSON.toJSONString(result)); DYVIDEO_SYS_LOG.info("DyvideoBehaviorFlow.douyin code succ,userId={},jsonArray={}",userId,JSON.toJSONString(jsonArray));
if (records != null && records.size() == 500) { if (records != null && records.size() == 500) {
pageNumer ++; pageNumer ++;
cursor = next_cursor; cursor = next_cursor;
......
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