Commit 525b53385f7a90e233295ad556de9b92d738e118
1 parent
e9af105d
点播审核增加日志update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/controller/VideosController.java
| ... | ... | @@ -72,6 +72,7 @@ public class VideosController extends BaseController { |
| 72 | 72 | @PostMapping("/shenheVideo") |
| 73 | 73 | @ResponseBody |
| 74 | 74 | public ResponseBean shenheInfo(Integer id, String activity_id, Integer state, String attr_tags, String msg, String callback, HttpSession session) { |
| 75 | + logger.info("id:{},activity_id:{},state:{},attr_tags:{},msg:{},callback:{}",id,activity_id,state,attr_tags,msg,callback); | |
| 75 | 76 | SessionUser sessionUser = (SessionUser) session.getAttribute(SessionUser.getSessionKey()); |
| 76 | 77 | String userId = sessionUser.getUserId(); |
| 77 | 78 | // ShyVideos shyVideos = videosService.selectByPrimaryKey(id); | ... | ... |