Commit 6fda6438 authored by shiyu's avatar shiyu

公众号

parent 06715388
......@@ -31,7 +31,7 @@ public class OfficialAccountController {
Map<String, String> contentMap = list.get(0);
String event = contentMap.get("Event");
if ("SUBSCRIBE_EVENT".equals(event) || UNSUBSCRIBE_EVENT.equals(event)) {
if (SUBSCRIBE_EVENT.equals(event) || UNSUBSCRIBE_EVENT.equals(event)) {
String userOpenId = contentMap.get("FromUserName");
String createTime = contentMap.get("CreateTime");
Date date = new Date(createTime);
......
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