mirror of
https://github.com/codewendao/PayPro.git
synced 2026-09-03 06:13:46 +08:00
订单通过添加OPENAPI的处理
This commit is contained in:
@@ -230,6 +230,8 @@ public class OrderServiceImpl implements OrderService {
|
||||
}
|
||||
} else if (pay.getOrderSource().equals("OPENAPI")) {
|
||||
callbackFaka(pay.getNotifyUrl(),pay.getId(),pay.getMoney(),pay.getPayNum());
|
||||
pay.setState(OrderStatesEnum.SUCCESS_PAY.getState());
|
||||
orderMapper.updateById(pay);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user