@@ -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方法');