package service
import (
"context"
)
func (j *VoucherService) WechatNotifyConsumer(ctx context.Context, tag, msg string) error {
return j.VoucherBiz.WechatNotifyConsumer(ctx, tag, msg)
}