songxingwei 2 tahun lalu
induk
melakukan
1bf23bab28
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. 10 0
      app/data/service/payment/BalancePaymentService.php

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

@@ -73,4 +73,14 @@ class BalancePaymentService extends PaymentService
         );
         return ['result'=>'success'];
     }
+
+    /**
+     * 支付结果处理
+     * @return string
+     * @throws \WeChat\Exceptions\InvalidResponseException
+     */
+    public function opvip(): string
+    {
+
+    }
 }