!221 feat(pay): 支持通过支付订单号查询支付订单

pull/215/MERGE
YunaiV 2025-11-24 20:20:03 +08:00
parent 21f90806f4
commit 739487e528
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public interface PayOrderService {
* @return
*/
PayOrderDO getOrder(Long id);
/**
*
*
@ -37,6 +38,7 @@ public interface PayOrderService {
* @return
*/
PayOrderDO getOrder(String no);
/**
*
*