Explorar el Código

微信会话内容存储获取优化

anderx hace 6 meses
padre
commit
79c3fc04ff

+ 1 - 1
src/main/java/com/kede/common/task/ConversationContentTask.java

@@ -34,7 +34,7 @@ public class ConversationContentTask {
     /**
      * 获取企业微信聊天记录
      */
-    //每天下午点执行
+    //每天下午点执行
     @Scheduled(cron = "0 0 18 * * ?")
     @RequestMapping(value ="/open/pushMsg", method = RequestMethod.GET)
     public void pushMsg() {