rowan.wu 1 жил өмнө
parent
commit
f196d60eb9

+ 3 - 0
internal/mqs/amq/handler/amq/wxhook/say_morning.go

@@ -63,6 +63,9 @@ func (l *SayMorningHandler) ProcessTask(ctx context.Context, t *asynq.Task) erro
 	}
 
 	for _, v := range p {
+
+		logx.Info("send text message", logx.Field("wxid", v.Wxid), logx.Field("msg", v.Msg))
+
 		resp, err := client.R().SetBody(&SendTextMsgReq{
 			Wxid: v.Wxid,
 			Msg:  v.Msg,