songxingwei 2 gadi atpakaļ
vecāks
revīzija
325a34c8a8
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 9 0
      app/data/service/payment/BalancePaymentService.php

+ 9 - 0
app/data/service/payment/BalancePaymentService.php

@@ -83,4 +83,13 @@ class BalancePaymentService extends PaymentService
     {
 
     }
+    /**
+     * 支付结果处理
+     * @return string
+     * @throws \WeChat\Exceptions\InvalidResponseException
+     */
+    public function payorder(): string
+    {
+
+    }
 }