支付宝支付缺陷修复

This commit is contained in:
谭凯凯
2024-10-30 10:17:10 +08:00
committed by Tankaikai
parent 9055607154
commit 07f7d905fe

View File

@@ -480,6 +480,7 @@ public class PayService {
String userId = String.valueOf(TokenUtil.getUserId());
TbOrderPayment payment = createOrderPayment(orderInfo, payDTO.getPayType());
orderInfo.setPayType(payDTO.getPayType());
if ("ysk".equals(thirdPayType)) {
return Result.successWithData(yskPay(thirdApply, orderInfo, payment, openId, userId, ip));
} else {