mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-11-03 03:36:19 +08:00
refactors
This commit is contained in:
@@ -13,6 +13,6 @@ import javax.servlet.http.HttpServletResponse;
|
||||
*/
|
||||
public interface OAuth2Handler {
|
||||
|
||||
void onOAuth2(AsyncContext acxt, HttpServletResponse resp, String user, WxSession session);
|
||||
void onOAuth2(AsyncContext actx, HttpServletResponse resp, String user, WxSession session);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user