|
@@ -81,6 +81,7 @@ class PaymentLogic extends BaseLogic
|
|
|
//余额支付
|
|
//余额支付
|
|
|
$payService = (new BalancePayService());
|
|
$payService = (new BalancePayService());
|
|
|
$result = $payService->pay($from, $order);
|
|
$result = $payService->pay($from, $order);
|
|
|
|
|
+ outFileLog($result,'prepay','$result');
|
|
|
if (false !== $result) {
|
|
if (false !== $result) {
|
|
|
PayNotifyLogic::handle($from, $order['sn']);
|
|
PayNotifyLogic::handle($from, $order['sn']);
|
|
|
}
|
|
}
|