feat: ad manager

This commit is contained in:
zzw
2026-08-21 17:38:39 +08:00
parent f05656580c
commit caafc455bb
34 changed files with 454 additions and 300 deletions
+2 -2
View File
@@ -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)
}