支付宝小程序下单退款
This commit is contained in:
@@ -1508,7 +1508,7 @@ public class PayService {
|
|||||||
// TODO 密码校验
|
// TODO 密码校验
|
||||||
}
|
}
|
||||||
String payType = orderInfo.getPayType();
|
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");
|
TbOrderInfo returnOrderInfo = (TbOrderInfo) returnInfoData.get("returnOrder");
|
||||||
BigDecimal returnAmount = (BigDecimal) returnInfoData.get("returnAmount");
|
BigDecimal returnAmount = (BigDecimal) returnInfoData.get("returnAmount");
|
||||||
boolean hasNormalReturn = (boolean) returnInfoData.get("hasNormalReturn");
|
boolean hasNormalReturn = (boolean) returnInfoData.get("hasNormalReturn");
|
||||||
|
|||||||
Reference in New Issue
Block a user