Commit 57c93b7f authored by 宋新宇's avatar 宋新宇

点击

parent d2f6d7d0
......@@ -79,6 +79,8 @@ public class ClickbackService extends ServiceHelper{
}
}
log.info("jrttClick param,params={}",JSON.toJSONString(params));
return RESULT_SUCCESS;
}
......@@ -109,6 +111,7 @@ public class ClickbackService extends ServiceHelper{
}
}
}
log.info("wechatClick param,params={}",JSON.toJSONString(params));
return RESULT_SUCCESS;
}
......@@ -141,6 +144,8 @@ public class ClickbackService extends ServiceHelper{
}
}
log.info("jrttFreeVideoClick param,params={}",JSON.toJSONString(params));
return RESULT_SUCCESS;
}
......
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