voucher/internal/service/wechat_notify_consume.go

11 lines
147 B
Go

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