mirror of
https://github.com/luoye663/e5.git
synced 2024-12-26 03:38:53 +00:00
修复授权成功后未进入消息队列问题。(原因: 写错了)
This commit is contained in:
parent
516812f380
commit
057d43e5c6
@ -67,7 +67,7 @@ public class AuthController {
|
||||
return ResultUtil.error(-3, "clientId 或 clientSecret 填写错误!授权失败!");
|
||||
}
|
||||
/*添加此用户进消息队列*/
|
||||
Task.executeE5(outlook.getGithubId());
|
||||
Task.sendTaskOutlookMQ(outlook.getGithubId());
|
||||
return ResultUtil.success();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user