支付宝小程序下单退款

This commit is contained in:
Tankaikai
2025-03-13 10:26:32 +08:00
parent 4bd912cd89
commit fe7b4a9754

View File

@@ -1508,7 +1508,7 @@ public class PayService {
// TODO 密码校验
}
String payType = orderInfo.getPayType();
HashMap<String, Object> returnInfoData = updateReturnOrderInfo(returnOrderDTO, orderInfo, "scanCode".equals(payType) || "wx_lite".equals(payType));
HashMap<String, Object> returnInfoData = updateReturnOrderInfo(returnOrderDTO, orderInfo, "scanCode".equals(payType) || "wx_lite".equals(payType) || "ali_lite".equals(payType));
TbOrderInfo returnOrderInfo = (TbOrderInfo) returnInfoData.get("returnOrder");
BigDecimal returnAmount = (BigDecimal) returnInfoData.get("returnAmount");
boolean hasNormalReturn = (boolean) returnInfoData.get("hasNormalReturn");