!221 feat(pay): 支持通过支付订单号查询支付订单
This commit is contained in:
@@ -30,6 +30,7 @@ public interface PayOrderService {
|
||||
* @return 支付订单
|
||||
*/
|
||||
PayOrderDO getOrder(Long id);
|
||||
|
||||
/**
|
||||
* 获得支付订单
|
||||
*
|
||||
@@ -37,6 +38,7 @@ public interface PayOrderService {
|
||||
* @return 支付订单
|
||||
*/
|
||||
PayOrderDO getOrder(String no);
|
||||
|
||||
/**
|
||||
* 获得支付订单
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user