测试接口

This commit is contained in:
苏尹岚
2020-08-27 17:13:32 +08:00
parent d78a0f7b3f
commit 0425cb05b4
2 changed files with 1 additions and 3 deletions

View File

@@ -873,9 +873,7 @@ func generateOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, addressID int64
if err == nil {
outJxOrder.TotalPrice = outJxOrder.OrderPrice + outJxOrder.FreightPrice
outJxOrder.ActualPayPrice = outJxOrder.TotalPrice
fmt.Println("testststststststst", utils.Format4Output(outJxOrder, false))
outJxOrder.Skus[0].DefendPrice = jxOrder.Skus[0].DefendPrice
fmt.Println("tes111111111111111", utils.Format4Output(outJxOrder, false))
} else {
outJxOrder = nil
deliveryAddress = nil