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