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

dyvideo src

parent f6ac2c84
......@@ -29,6 +29,7 @@ public class UploadDyVideoCallFlow extends NodeFlow<StoryNovelAction> {
//根据source判断是否给指定外包上报
if (Objects.equals(action.getVideoUpload().getSource(),"lotto")) {
up.uploadCallbackUserInfo(action);
action.getDeliveryDeviceInfo().setSrc(action.getVideoUpload().getSource());
}
action.getVideoUpload().setActiveTime(System.currentTimeMillis());
up.set(String.format("video:upload:%s", action.getOpenId()),60 * 60 * 24 * 7, JSON.toJSONString(action.getVideoUpload()));
......
......@@ -125,4 +125,6 @@ public class DeliveryDeviceInfo {
private String openId;
private String src;
}
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