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) {