活动批次查询确认
This commit is contained in:
parent
8ec8f2a980
commit
580af7f577
|
|
@ -35,11 +35,10 @@ func NewWechatNotifyConsumer(
|
|||
func (w *WechatNotifyConsumer) Start(ctx context.Context) error {
|
||||
|
||||
if !w.conf.WechatNotifyMQ.IsOpenConsumer {
|
||||
log.Warnf("wechat notify consumer is not open")
|
||||
return nil
|
||||
}
|
||||
|
||||
fmt.Printf("wechat notify consumer 启动中...")
|
||||
|
||||
// 设置HTTP协议客户端接入点,进入消息队列RocketMQ版控制台实例详情页面的接入点区域查看。
|
||||
endpoint := w.conf.WechatNotifyMQ.EndPoint
|
||||
// 请确保环境变量ALIBABA_CLOUD_ACCESS_KEY_ID、ALIBABA_CLOUD_ACCESS_KEY_SECRET已设置。
|
||||
|
|
|
|||
Loading…
Reference in New Issue