cmb
This commit is contained in:
parent
83a23f7431
commit
da2fe44408
|
|
@ -0,0 +1,8 @@
|
||||||
|
package biz
|
||||||
|
|
||||||
|
import "context"
|
||||||
|
|
||||||
|
func (j *VoucherBiz) WechatNotifyConsumer(ctx context.Context, tag, msg string) error {
|
||||||
|
// todo
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
@ -5,6 +5,5 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (j *VoucherService) WechatNotifyConsumer(ctx context.Context, tag, msg string) error {
|
func (j *VoucherService) WechatNotifyConsumer(ctx context.Context, tag, msg string) error {
|
||||||
|
return j.VoucherBiz.WechatNotifyConsumer(ctx, tag, msg)
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue