From 232f186943e2a3878e72ce86b9c19ee777ebe369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 8 May 2020 17:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B9=B3=E5=8F=B0=E4=BA=AC?= =?UTF-8?q?=E4=B8=9C=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jdshop/jds.go | 1 - main.go | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/business/partner/purchase/jdshop/jds.go b/business/partner/purchase/jdshop/jds.go index 536fb7a17..1502b19c3 100644 --- a/business/partner/purchase/jdshop/jds.go +++ b/business/partner/purchase/jdshop/jds.go @@ -20,7 +20,6 @@ type PurchaseHandler struct { } func init() { - fmt.Println("test222222222222222222") if api.JdShopAPI != nil { fmt.Println("test111111111111111111111") CurPurchaseHandler = New() diff --git a/main.go b/main.go index c3b567b5b..59532647a 100644 --- a/main.go +++ b/main.go @@ -8,6 +8,8 @@ import ( "os" "time" + "git.rosy.net.cn/jx-callback/business/partner/purchase/jdshop" + "git.rosy.net.cn/jx-callback/business/partner/purchase/yb" "github.com/astaxie/beego" @@ -77,6 +79,7 @@ func Init() { ebai.CurPurchaseHandler.StartRefreshComment() mtwm.CurPurchaseHandler.StartRefreshComment() yb.CurPurchaseHandler.StartRefreshComment() + jdshop.CurPurchaseHandler.StartRefreshComment() } misc.Init() }