diff --git a/business/partner/purchase/jdshop/order.go b/business/partner/purchase/jdshop/order.go index 106c2d346..1832fb968 100644 --- a/business/partner/purchase/jdshop/order.go +++ b/business/partner/purchase/jdshop/order.go @@ -282,6 +282,7 @@ func apiToYd(url string, params map[string]interface{}) (retVal map[string]inter func GetJdsOrder(vendorOrderID, vendorOrgCode string) (jdsOrder *jdshopapi.GetEnOrderResult, err error) { jdmcshopapi := jdshopapi.New("37d36b62c0d14bd4b872f948b335c95czinj", "E1D746D42474D5F1F1A10CECE75D99F6", "efa7e1d1a22640fa990e6cf164b28608") result, err := jdmcshopapi.GetOrderById(utils.Str2Int64(vendorOrderID), false) + fmt.Println("==================",err) if err != nil { return nil, err }