活动批次查询确认

This commit is contained in:
李子铭 2025-03-18 09:37:05 +08:00
parent 8ec8f2a980
commit 580af7f577
1 changed files with 1 additions and 2 deletions

View File

@ -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已设置。