From a2abbe9f1230c2e021bd88235debecbad385532e Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 24 Jun 2025 16:07:18 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 8 ++++---- src/Services/Payment.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index 08a08579..79f286fe 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -110,8 +110,8 @@ final class Epay extends Base $data['sign'] = $epaySubmit->buildRequestMysign(EpayTool::argSort($data)); $data['sign_type'] = $this->epay['sign_type']; $client = new Client(); - var_dump($this->epay['apiurl']); - exit; +// var_dump($this->epay['apiurl']); +// exit; try { $res = $client->request('POST', $this->epay['apiurl'] . 'mapi.php', ['form_params' => $data]); @@ -134,8 +134,8 @@ final class Epay extends Base } } - var_dump($resData); - exit; +// var_dump($resData); +// exit; return $response->withHeader('HX-Redirect', $resData['payurl'])->withJson([ 'ret' => 1, diff --git a/src/Services/Payment.php b/src/Services/Payment.php index 5bb84451..3c6fe3b5 100755 --- a/src/Services/Payment.php +++ b/src/Services/Payment.php @@ -88,7 +88,7 @@ final class Payment public static function purchase($request, $response, $args) { - exit(1111111); +// exit(1111111); $payment = self::getPaymentByName($args['type']); if ($payment !== null) {