This commit is contained in:
邹宗楠
2022-05-26 13:41:55 +08:00
parent 78b5cfb091
commit a760c2b066

View File

@@ -56,6 +56,7 @@ func pay4OrderByWX(ctx *jxcontext.Context, order *model.GoodsOrder, vendorPayTyp
TotalFee: int(order.ActualPayPrice),
}
}
globals.SugarLogger.Debug("err=====================", err)
return orderPay, err
}