|
|
|
@@ -11,14 +11,14 @@ import me.chanjar.weixin.mp.bean.message.WxMpXmlMessage; |
|
|
|
import me.chanjar.weixin.mp.bean.message.WxMpXmlOutMessage; |
|
|
|
import me.chanjar.weixin.mp.bean.result.WxMpUser; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
|
* @author Binary Wang(https://github.com/binarywang) |
|
|
|
*/ |
|
|
|
@Component |
|
|
|
@Service |
|
|
|
public class SubscribeHandler extends AbstractHandler { |
|
|
|
|
|
|
|
@Autowired |
|
|
|
|