修改小程序支付回调payType

This commit is contained in:
谭凯凯
2024-10-14 16:12:03 +08:00
committed by Tankaikai
parent 226b37af80
commit 1ad93c2d4e

View File

@@ -1094,7 +1094,6 @@ public class PayService {
}else if("wechat".equalsIgnoreCase(payType)){
orderInfo.setPayType("wx_lite");
}
orderInfo.setPayType(payType);
orderInfo.setPayOrderNo(payOrderNO);
orderInfo.setPayAmount(orderInfo.getOrderAmount());
orderInfo.setPaidTime(System.currentTimeMillis());