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