Commit 1f5695c5 by 墨竹

fix:代开发userid密文转明文

parent 67ea1063
......@@ -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