Commit 06715388 authored by shiyu's avatar shiyu

公众号

parent a9545864
...@@ -35,6 +35,7 @@ public class OfficialAccountController { ...@@ -35,6 +35,7 @@ public class OfficialAccountController {
String userOpenId = contentMap.get("FromUserName"); String userOpenId = contentMap.get("FromUserName");
String createTime = contentMap.get("CreateTime"); String createTime = contentMap.get("CreateTime");
Date date = new Date(createTime); Date date = new Date(createTime);
logger.info("openId:{}, event :{}, time:{}", userOpenId, event, date);
} }
} catch (Exception e) { } catch (Exception e) {
logger.error("微信通知回调接口 error : {}", e); logger.error("微信通知回调接口 error : {}", e);
......
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