songxingwei 2 年之前
父節點
當前提交
325a34c8a8
共有 1 個文件被更改,包括 9 次插入0 次删除
  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
+    {
+
+    }
 }