Commit 44d025dd by 墨竹

Merge branch 'fixbug_0719' into developer

parents 14fc8bc7 1f5695c5
......@@ -164,7 +164,8 @@ public class QywxStaffSyncOperation implements BaseSyncOperation {
}
}
}
} else {
}
if (corpid.length() > 20){
// 限流器
RRateLimiter rateLimiter = RedisUtil.getRedisClient().getRateLimiter("haoban:manage3:updateWxUserId:limit");
// 每1秒产生5个令牌
......
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