You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
899 B
31 lines
899 B
2 years ago
|
//package com.ynxbd.wx.servlet;
|
||
|
//
|
||
|
//import com.ynxbd.wx.wxfactory.WxAuthHelper;
|
||
|
//import lombok.extern.slf4j.Slf4j;
|
||
|
//
|
||
|
//import javax.servlet.ServletException;
|
||
|
//import javax.servlet.annotation.WebServlet;
|
||
|
//import javax.servlet.http.HttpServlet;
|
||
|
//import javax.servlet.http.HttpServletRequest;
|
||
|
//import javax.servlet.http.HttpServletResponse;
|
||
|
//import java.io.IOException;
|
||
|
//
|
||
|
///**
|
||
|
// * 微信认证回调处理
|
||
|
// *
|
||
|
// * @author antgan
|
||
|
// */
|
||
|
//@Slf4j
|
||
|
//@WebServlet("/u_auth")
|
||
|
//public class WxUAuthServlet extends HttpServlet {
|
||
|
//
|
||
|
// protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
||
|
// WxAuthHelper.auth(request, response, true);
|
||
|
// }
|
||
|
//
|
||
|
// protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
||
|
// doGet(request, response);
|
||
|
// }
|
||
|
//
|
||
|
//}
|