|
|
@@ -63,7 +63,7 @@ public class KeycloakController {
|
|
|
return Response.buildSuccess();
|
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0/10 * * * * ?")
|
|
|
+ @Scheduled(cron = "0/1 * * * * ?")
|
|
|
public void askUserOppenId() {
|
|
|
for (String userId : keycloakService.getUsersMap().keySet()) {
|
|
|
String oppenId = iWeChatService.askUser(userId);
|