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.
		
		
		
		
			
				
					
					
						
							27 lines
						
					
					
						
							755 B
						
					
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							755 B
						
					
					
				| //package com.ynxbd.wx.servlet;
 | |
| //
 | |
| //import com.ynxbd.common.result.Result;
 | |
| //import com.ynxbd.wx.servlet.base.BaseServlet;
 | |
| //import com.ynxbd.wx.wxfactory.WxAuthHelper;
 | |
| //import lombok.extern.slf4j.Slf4j;
 | |
| //
 | |
| //import javax.servlet.annotation.WebServlet;
 | |
| //import javax.servlet.http.HttpServletRequest;
 | |
| //import javax.servlet.http.HttpServletResponse;
 | |
| //import java.io.UnsupportedEncodingException;
 | |
| //
 | |
| ///**
 | |
| // * 判读微信是否已经认证
 | |
| // *
 | |
| // * @author antgan
 | |
| // */
 | |
| //@Slf4j
 | |
| //@WebServlet("/is_auth")
 | |
| //public class WxIsAuthServlet extends BaseServlet {
 | |
| //
 | |
| //    @Override
 | |
| //    protected Result requestMapping(HttpServletRequest request, HttpServletResponse resp) throws Exception {
 | |
| //        return WxAuthHelper.isAuth(request);
 | |
| //    }
 | |
| //
 | |
| //}
 | |
| 
 |