gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/actions/User_infAction.class | 补丁 | 查看 | 原始文档 | blame | 历史 | |
gx_tieta/src/com/fgkj/actions/User_infAction.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
gx_tieta/WebRoot/WEB-INF/classes/com/fgkj/actions/User_infAction.classBinary files differ
gx_tieta/src/com/fgkj/actions/User_infAction.java
@@ -225,6 +225,18 @@ return SUCCESS; } public String checkSession() { model = new ServiceModel(); Object obj = ActionUtil.getUser(); if(obj != null) { model.setCode(1); }else { model.setCode(0); } result = ActionUtil.tojson(model); return SUCCESS; } public String test(){ System.out.println(upjson); System.out.println(uif);