feat: ad manager
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package wecom
|
||||
|
||||
import "lone-services/pkg/log"
|
||||
import "github.com/zeromicro/go-zero/core/logx"
|
||||
|
||||
const (
|
||||
ProductApplyReview uint8 = 1 // 编辑申请按钮卡片
|
||||
@@ -21,6 +21,6 @@ type NotifyJob struct {
|
||||
}
|
||||
|
||||
func NotifyProduct(job NotifyJob) {
|
||||
log.Infof("wecom stub skip: type=%d objId=%d action=%d reason=%s key=%s",
|
||||
logx.Infof("wecom stub skip: type=%d objId=%d action=%d reason=%s key=%s",
|
||||
job.Type, job.ObjId, job.Action, job.Reason, job.Key)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user