用新京东回调接口

GetAPIByAppKey
This commit is contained in:
gazebo
2019-12-09 11:05:00 +08:00
parent 992711c5c2
commit 7995f507b1
3 changed files with 21 additions and 35 deletions

View File

@@ -149,7 +149,7 @@ func (p *PurchaseHandler) OrderDetail2Financial(orderData map[string]interface{}
}
}
}
globals.SugarLogger.Debug(utils.Format4Output(orderFinancial.Discounts, false))
// globals.SugarLogger.Debug(utils.Format4Output(orderFinancial.Discounts, false))
}
order1, err2 := getAPI("").OrderShoudSettlementService(orderFinancial.VendorOrderID)
if err = err2; err == nil {