From 29f83461b77f7197d6edd8e30b69856b6c6e16c8 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:28:03 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/partner/purchase/jdshop/jds.go b/business/partner/purchase/jdshop/jds.go index 7ce0b632d..536fb7a17 100644 --- a/business/partner/purchase/jdshop/jds.go +++ b/business/partner/purchase/jdshop/jds.go @@ -20,6 +20,7 @@ type PurchaseHandler struct { } func init() { + fmt.Println("test222222222222222222") if api.JdShopAPI != nil { fmt.Println("test111111111111111111111") CurPurchaseHandler = New() @@ -34,7 +35,7 @@ func New() (obj *PurchaseHandler) { } func (p *PurchaseHandler) GetVendorID() int { - return model.VendorIDYB + return model.VendorIDJDShop } func (p *PurchaseHandler) UploadImg(ctx *jxcontext.Context, vendorOrgCode, imgURL string, imgData []byte, imgName string, imgType int) (imgHint string, err error) {