Commit ef1e9ccb authored by 李健华's avatar 李健华

先测试微信关注情况

parent 7742ac02
...@@ -177,9 +177,9 @@ public class WechatFollowServiceImpl implements IWechatFollowService { ...@@ -177,9 +177,9 @@ public class WechatFollowServiceImpl implements IWechatFollowService {
String period = simpleDateFormat.format(new Date()); String period = simpleDateFormat.format(new Date());
// 微信公众号关注数据更新 // 微信公众号关注数据更新
// executeWechatFollowStatus("", period); executeWechatFollowStatus("", period);
// 企业微信关注数据更新 // 企业微信关注数据更新
executeEnterpriseFollowStatus("", period); // executeEnterpriseFollowStatus("", period);
} }
private JsonResult executeEnterpriseFollowStatus(String s, String period) { private JsonResult executeEnterpriseFollowStatus(String s, String period) {
......
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