Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2024-10-30 14:38:15 +08:00

View File

@@ -499,6 +499,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 {