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 {
|
||||
|
||||
return nil
|
||||
return j.VoucherBiz.WechatNotifyConsumer(ctx, tag, msg)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue