mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2025-12-25 23:00:06 +08:00
!221 feat(pay): 支持通过支付订单号查询支付订单
This commit is contained in:
parent
21f90806f4
commit
739487e528
@ -30,6 +30,7 @@ public interface PayOrderService {
|
||||
* @return 支付订单
|
||||
*/
|
||||
PayOrderDO getOrder(Long id);
|
||||
|
||||
/**
|
||||
* 获得支付订单
|
||||
*
|
||||
@ -37,6 +38,7 @@ public interface PayOrderService {
|
||||
* @return 支付订单
|
||||
*/
|
||||
PayOrderDO getOrder(String no);
|
||||
|
||||
/**
|
||||
* 获得支付订单
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user