|
@@ -22,13 +22,13 @@ import java.util.Map; |
|
|
/** |
|
|
/** |
|
|
* @author Daniel Qian |
|
|
* @author Daniel Qian |
|
|
*/ |
|
|
*/ |
|
|
public class WxMpEndpointServlt extends HttpServlet { |
|
|
|
|
|
|
|
|
public class WxMpEndpointServlet extends HttpServlet { |
|
|
|
|
|
|
|
|
protected WxMpConfigStorage wxMpConfigStorage; |
|
|
protected WxMpConfigStorage wxMpConfigStorage; |
|
|
protected WxMpService wxMpService; |
|
|
protected WxMpService wxMpService; |
|
|
protected WxMpMessageRouter wxMpMessageRouter; |
|
|
protected WxMpMessageRouter wxMpMessageRouter; |
|
|
|
|
|
|
|
|
public WxMpEndpointServlt(WxMpConfigStorage wxMpConfigStorage, WxMpService wxMpService, |
|
|
|
|
|
|
|
|
public WxMpEndpointServlet(WxMpConfigStorage wxMpConfigStorage, WxMpService wxMpService, |
|
|
WxMpMessageRouter wxMpMessageRouter) { |
|
|
WxMpMessageRouter wxMpMessageRouter) { |
|
|
this.wxMpConfigStorage = wxMpConfigStorage; |
|
|
this.wxMpConfigStorage = wxMpConfigStorage; |
|
|
this.wxMpService = wxMpService; |
|
|
this.wxMpService = wxMpService; |