voucher/internal/biz/wechat_notify_consume.go

9 lines
142 B
Go

package biz
import "context"
func (j *VoucherBiz) WechatNotifyConsumer(ctx context.Context, tag, msg string) error {
// todo
return nil
}