| | |
| | | package com.qianwen.core.notify.provider.wechat.qy; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import java.util.List; |
| | | import java.util.stream.Collectors; |
| | | import java.util.stream.Stream; |
| | | |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.qianwen.core.http.HttpRequest; |
| | | import com.qianwen.core.notify.DefaultNotifyType; |
| | | import com.qianwen.core.notify.NotifyType; |
| | |
| | | import com.qianwen.core.notify.provider.wechat.qy.entity.WeixinGetUidResult; |
| | | import com.qianwen.core.notify.provider.wechat.qy.entity.WeixinQyTextQuery; |
| | | import com.qianwen.core.notify.provider.wechat.qy.entity.WeixinQyTokenResult; |
| | | import com.qianwen.core.notify.template.Template; |
| | | import com.qianwen.core.notify.template.TemplateManager; |
| | | import com.qianwen.core.tool.metadata.Values; |
| | | import com.qianwen.core.tool.utils.ExpressionUtils; |
| | | import com.qianwen.core.tool.utils.StringUtil; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/provider/wechat/qy/WeixinQyTextNotifier.class */ |
| | | public class WeixinQyTextNotifier extends AbstractNotifier<DefaultWeixinQyTemplate> { |
| | | private static final Logger log = LoggerFactory.getLogger(WeixinQyTextNotifier.class); |
| | | private final String notifierId; |