issue #39 企业号添加oauth2的支持
This commit is contained in:
@@ -16,9 +16,6 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Daniel Qian
|
||||
*/
|
||||
public class WxMpDemoServer {
|
||||
|
||||
private static WxMpConfigStorage wxMpConfigStorage;
|
||||
|
||||
@@ -22,9 +22,6 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @author Daniel Qian
|
||||
*/
|
||||
public class WxMpOAuth2Servlet extends HttpServlet {
|
||||
|
||||
protected WxMpService wxMpService;
|
||||
|
||||
Reference in New Issue
Block a user