@WebServlet("/wxLogin")
public class LoginServlet extends HttpServlet {
//引导用户进行授权
@Override
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
System.out.printf("in /WxAuth/wxLogin");
控制台有打印