银豹创建商品测试

This commit is contained in:
苏尹岚
2020-03-20 17:54:02 +08:00
parent 726b5e176c
commit a0d71c970c
3 changed files with 8 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ import (
"os"
"time"
"git.rosy.net.cn/jx-callback/business/partner/purchase/yb"
"github.com/astaxie/beego"
"git.rosy.net.cn/baseapi/platformapi/dingdingapi"
@@ -74,6 +76,7 @@ func Init() {
if globals.IsProductEnv() {
ebai.CurPurchaseHandler.StartRefreshComment()
mtwm.CurPurchaseHandler.StartRefreshComment()
yb.CurPurchaseHandler.StartRefreshComment()
}
misc.Init()
}