Interface WeChatService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void redirectToAuthorize​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Redirect to WeChat server to authorize.
    • Method Detail

      • redirectToAuthorize

        void redirectToAuthorize​(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response)
                          throws javax.servlet.ServletException,
                                 IOException
        Redirect to WeChat server to authorize.
        Parameters:
        request - the HTTP request.
        response - the HTTP response.
        Throws:
        javax.servlet.ServletException - indicates servlet exception.
        IOException - indicates I/O exception.