songxingwei 2 anni fa
parent
commit
325a34c8a8
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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
+    {
+
+    }
 }