From cc6a2ee77a2c873745ba113ba259d2f444720f57 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 24 Jun 2025 16:15:58 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index 79f286fe..0c8a4513 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]);