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

上报切换 短剧app

parent 2f0cdd75
......@@ -60,7 +60,7 @@ public class VideoAppJRTTNotify extends MobileNotify {
//TODO;测试不执行
String result = HttpUtil.post(ATTRIBUTE_URL, userJson);
Integer resultCode = (Integer) JSON.parseObject(result).get("code");
log.info("VideoAppJRTTNotify android Callback info:{}",userJson);
log.info("VideoAppJRTTNotify android Callback info:{},resultCode={}",userJson,resultCode);
if (Objects.equals(na.getType(),0)) {
sendAutoAttribute(ci,ddi,uploadAndroidUrl);
}
......@@ -93,7 +93,7 @@ public class VideoAppJRTTNotify extends MobileNotify {
//TODO;测试不执行
String result = HttpUtil.post(ATTRIBUTE_URL, userJson);
Integer resultCode = (Integer) JSON.parseObject(result).get("code");
log.info("VideoAppJRTTNotify ios Callback info:{}",userJson);
log.info("VideoAppJRTTNotify ios Callback info:{},resultCode={}",userJson,resultCode);
if (Objects.equals(na.getType(),0)) {
sendAutoAttribute(ci,ddi,uploadIosUrl);
}
......
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