songxingwei před 2 roky
rodič
revize
325a34c8a8

+ 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
+    {
+
+    }
 }