支付测试

This commit is contained in:
TinyAnts
2023-03-22 17:59:28 +08:00
parent 8fee113169
commit e5fe98cc54

View File

@@ -199,6 +199,7 @@ public class PayServiceImpl implements IPayService {
break;
}
log.error("充值订单来了: {} : {}", rechargeOrder.getPayStatus(), PaymentEnum.OK_PAID.getCode());
if (rechargeOrder.getPayStatus().equals(PaymentEnum.OK_PAID.getCode())) {
log.error("充值订单已支付: {} : {}", outTradeNo, transactionId);
break;