songxingwei il y a 2 ans
Parent
commit
325a34c8a8
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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
+    {
+
+    }
 }