Browse Source

refactor(payment): 重构退款查询接口

runphp 6 months ago
parent
commit
d8ef3ca0f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PaymentProvider.php

+ 1 - 1
src/PaymentProvider.php

@@ -110,7 +110,7 @@ class PaymentProvider implements PaymentProviderInterface
         return new PaymentRefundResult($reund);
     }
 
-    public function refundQuery(string $refundNo): PaymentRefundQueryResult
+    public function refundQuery(int $refundID): PaymentRefundResult
     {
         throw new \Exception('未实现refundQuery方法');
     }